diff --git a/src/uncategorized/randomNonindividualEvent.tw b/src/uncategorized/randomNonindividualEvent.tw index 067c4d3ad645b07729652cb3515b188a54250038..c301ec5862bc731166d8019769e78c30e1733a8f 100644 --- a/src/uncategorized/randomNonindividualEvent.tw +++ b/src/uncategorized/randomNonindividualEvent.tw @@ -524,21 +524,21 @@ /* Acquisition Events */ <<set $events.push("RE recruit")>> /* one generic recruit event guaranteed to always be possible */ - <<if (random(1,100) < $rep/200 || $cheatMode)>> + <<if (random(1,100) < $rep/200) || $cheatMode>> <<set _recruitEvents.push("RE recruit")>> <</if>> <<if $ProRecruitment == 1>> - <<if (random(1,100) < $rep/200 || $cheatMode)>> + <<if (random(1,100) < $rep/200) || $cheatMode>> <<set _recruitEvents.push("RE recruit")>> <</if>> <</if>> <<if $AntiEnslavementRep == 0>> - <<if (random(1,100) < $rep/300 || $cheatMode)>> + <<if (random(1,100) < $rep/300) || $cheatMode>> <<set _recruitEvents.push("RE recruit")>> <</if>> <</if>> <<if $AntiEnslavementCash == 0>> - <<if (random(1,100) < $rep/300 || $cheatMode)>> + <<if (random(1,100) < $rep/300) || $cheatMode>> <<set _recruitEvents.push("RE recruit")>> <</if>> <</if>>