diff --git a/src/SecExp/js/secExp.js b/src/SecExp/js/secExp.js index e656e4f042c08cdedfcdabe9ce7ded14e7f1fa46..84d38a2d3054f47db10bddc2575f0ba63ae68715 100644 --- a/src/SecExp/js/secExp.js +++ b/src/SecExp/js/secExp.js @@ -311,7 +311,7 @@ App.SecExp.battle = (function() { } } - const Slaves = V.slaveUnits; + const Slaves = V.slaveUnits.length; for(let i = 0; i < Slaves; i++) { if(V.slaveUnits[i].isDeployed > 0) { init--; diff --git a/src/events/intro/economyIntro.tw b/src/events/intro/economyIntro.tw index 379dba00764be73fce98b23f8dcc5b6eb1decf1d..ad8f14f63cbf3d7999119702a33c9eec8dc33cf0 100644 --- a/src/events/intro/economyIntro.tw +++ b/src/events/intro/economyIntro.tw @@ -12,7 +12,7 @@ <br>''Getting a touch dire.'' //Easy// <br>[[Harder|Economy Intro][$economy = 100, $baseDifficulty = 3]] | [[Easier|Economy Intro][$economy = 200, $baseDifficulty = 1]] <<elseif $baseDifficulty == 3>> - <br>''Very serious.'' //Default baseDifficulty// + <br>''Very serious.'' //Default Difficulty// <br>[[Harder|Economy Intro][$economy = 80, $baseDifficulty = 4]] | [[Easier|Economy Intro][$economy = 125, $baseDifficulty = 2]] <<elseif $baseDifficulty == 4>> <br>''It won't be pretty.'' //Hard//