diff --git a/src/uncategorized/randomNonindividualEvent.tw b/src/uncategorized/randomNonindividualEvent.tw index c301ec5862bc731166d8019769e78c30e1733a8f..061ea57d565226260c05f28c1b499043613904dc 100644 --- a/src/uncategorized/randomNonindividualEvent.tw +++ b/src/uncategorized/randomNonindividualEvent.tw @@ -564,7 +564,7 @@ <<if $arcologies[0].FSRestart == "unset">> <<set $recruit.push("desperate preg")>> <</if>> - <<if (random(1,1000) < 5 || $cheatMode)>> + <<if (random(1,1000) < 5) || $cheatMode>> <<set $recruit.push("wandering homeless")>> <</if>> <<if $PC.skill.medicine >= 50>> @@ -580,7 +580,7 @@ <<set $recruit.push("overwhelmed farmgirl")>> <</if>> <<set $recruit.push("blessed vessel")>> - <<if $arcologies[0].FSRestart == "unset" && (random(1,100) <= 5 || $cheatMode)>> + <<if $arcologies[0].FSRestart == "unset" && ((random(1,100) <= 5) || $cheatMode)>> <<set $RecETSevent.push("desperate broodmother")>> <</if>> <</if>> @@ -588,7 +588,7 @@ <<set $recruit.push("embryo appropriation")>> <</if>> <<set $recruit.push("blessed virgin")>> - <<if $rep > 16000 && (random(1,100) < $rep/1000 || $cheatMode) && $cash >= 50000>> + <<if $rep > 16000 && ((random(1,100) < $rep/1000) || $cheatMode) && $cash >= 50000>> <<set $recruit.push("cleaning house")>> <</if>> <</if>> @@ -619,7 +619,7 @@ <<if $PC.skill.hacking >= 100 && (random(0,100) > 95 || $cheatMode) && $cash >= 100000>> <<set $recruit.push("rogue cyborg")>> <</if>> - <<if $rep > 16000 && (random(1,100) < $rep/1000 || $cheatMode) && $cash >= 100000>> + <<if $rep > 16000 && ((random(1,100) < $rep/1000) || $cheatMode) && $cash >= 100000>> <<set $recruit.push("forbidden love")>> <</if>> <<if ($rep/400) > random(1,100) || $cheatMode>> @@ -659,7 +659,7 @@ <<set $recruit.push("herm runaway")>> <</if>> <</if>> - <<if $rep > 16000 && (random(1,100) < $rep/1000 || $cheatMode) && $cash >= 100000>> + <<if $rep > 16000 && ((random(1,100) < $rep/1000) || $cheatMode) && $cash >= 100000>> <<set $recruit.push("princely betrayal")>> <</if>> <<if ($cash > 20000)>>