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 Jun 22, 2022
1 parent d2d10a6 commit dda8336
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion data/base/script/campaign/cam2-5.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function eventStartLevel()
});

camCompleteRequiredResearch(COLLECTIVE_RES, THE_COLLECTIVE);

camUpgradeOnMapTemplates(cTempl.commc, cTempl.commrp, THE_COLLECTIVE);

camSetEnemyBases({
Expand Down
2 changes: 1 addition & 1 deletion data/base/script/campaign/cam2-7.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function eventStartLevel()
});

camCompleteRequiredResearch(COLLECTIVE_RES, THE_COLLECTIVE);

camUpgradeOnMapTemplates(cTempl.commc, cTempl.cohact, THE_COLLECTIVE);

camSetEnemyBases({
Expand Down
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 dda8336

Please sign in to comment.