diff --git a/src/SecExp/unitsRebellionReport.tw b/src/SecExp/unitsRebellionReport.tw index fb3230c27ba8515cc145178f6f9c0b844e77ba98..62e03082e5d10bb2642a73e572a3e844e04d83fb 100644 --- a/src/SecExp/unitsRebellionReport.tw +++ b/src/SecExp/unitsRebellionReport.tw @@ -118,7 +118,7 @@ <br><<link "Dissolve the units">> <<removeUnits _slaveRebelledID>> <<set $menials += _slaveManpower>> - <<for _i = 0; _i < $militiaUnits.length; _i++>> + <<for _i = 0; _i < $slaveUnits.length; _i++>> <<if $slaveUnits[_i].active == 1>> <<set $slaveUnits[_i].loyalty = Math.clamp($slaveUnits[_i].loyalty - random(10,40),0,100)>> <</if>> @@ -171,7 +171,7 @@ <br><<link "Dissolve the units">> <<removeUnits _mercRebelledID>> <<set $mercFreeManpower += _mercManpower>> - <<for _i = 0; _i < $militiaUnits.length; _i++>> + <<for _i = 0; _i < $mercUnits.length; _i++>> <<if $mercUnits[_i].active == 1>> <<set $mercUnits[_i].loyalty = Math.clamp($mercUnits[_i].loyalty - random(10,40),0,100)>> <</if>> diff --git a/src/pregmod/eliteTakeOverFight.tw b/src/pregmod/eliteTakeOverFight.tw index 2f530ac527d5572e63460d89a45e368f1c371988..2f7cc92bd7237d623f48397b15e2f4e47f32f32b 100644 --- a/src/pregmod/eliteTakeOverFight.tw +++ b/src/pregmod/eliteTakeOverFight.tw @@ -31,7 +31,7 @@ <br>You send a quick message to the leader of your $mercenariesTitle, about your situation, then you pick up the revolver and quickly take aim. <<set $MercenariesMessageSent = 1>> <<case "SF">> - <br>You send a quick message to <<print SFC()> about your situation, then you pick up the revolver and quickly take aim. + <br>You send a quick message to <<print SFC()>> about your situation, then you pick up the revolver and quickly take aim. <<set $SpecialForcesMessageSent = 1>> <<case "enrage">> <<if $PC.career != "wealth" && $PC.career != "engineer" && $PC.career != "medicine">>