Skip to content

Commit

Permalink
remove trailing spaces (data)
Browse files Browse the repository at this point in the history
  • Loading branch information
ximex committed Sep 16, 2023
1 parent a509e28 commit 045f4d9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
1 change: 0 additions & 1 deletion data/mp/multiplay/skirmish/bonecrusher/chatting.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ debugMsg('Module: chatting.js','init');
function chatting(type){
var chlen = chatting[type].length; // Забавно, спустя некотое время я только осознал, что за имя я дал этой переменной xDDD
return chatting[type][Math.floor(Math.random()*chlen)];

}

chatting['army'] = [
Expand Down
20 changes: 10 additions & 10 deletions data/mp/multiplay/skirmish/bonecrusher/research-paths.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,18 @@ const research_test = [
];*/

const research_rich2 = [
"R-Vehicle-Engine01",
"R-Wpn-Cannon1Mk1",
"R-Vehicle-Prop-Halftracks",
"R-Vehicle-Body05",
"R-Vehicle-Body11",
"R-Vehicle-Engine01",
"R-Wpn-Cannon1Mk1",
"R-Vehicle-Prop-Halftracks",
"R-Vehicle-Body05",
"R-Vehicle-Body11",
"R-Struc-RepairFacility",
"R-Struc-Research-Upgrade09",
"R-Wpn-Cannon4AMk1",
"R-Wpn-RailGun03",
"R-Wpn-Cannon6TwinAslt",
"R-Vehicle-Metals04",
"R-Cyborg-Metals04",
"R-Wpn-RailGun03",
"R-Wpn-Cannon6TwinAslt",
"R-Vehicle-Metals04",
"R-Cyborg-Metals04",
"R-Cyborg-Hvywpn-Mcannon",
"R-Wpn-MG2Mk1",
"R-Wpn-Rail-Damage02",
Expand Down Expand Up @@ -118,7 +118,7 @@ const research_rockets = [
"R-Vehicle-Body05", //Средняя начальная броня
"R-Struc-Research-Upgrade09",
"R-Sys-MobileRepairTurretHvy",
"R-Vehicle-Metals09", //Superdense Composite Alloys Mk3 (финал)
"R-Vehicle-Metals09", //Superdense Composite Alloys Mk3 (финал)
"R-Sys-Autorepair-General", //Автопочинка
//"R-Sys-ECM-Upgrade02", //Глушилка
"R-Wpn-MG5", //Twin Assault Gun
Expand Down

0 comments on commit 045f4d9

Please sign in to comment.