Skip to content
Snippets Groups Projects
Commit 9602b88a authored by hexall90's avatar hexall90
Browse files

small fix

parent 6b180cf8
3 merge requests!1155Pregmod master,!1039Hexall90's security expansion mod,!964Sec exp v9.3
...@@ -96,8 +96,12 @@ ...@@ -96,8 +96,12 @@
<<if $rivalOwner == -1>> <<if $rivalOwner == -1>>
<<goto "P rival initiation">> <<goto "P rival initiation">>
<<elseif $slaveRebellion == 1>>
<<goto "rebellionOptions">>
<<elseif $citizenRebellion == 1>>
<<goto "rebellionOptions">>
<<elseif $attackThisWeek == 1>> <<elseif $attackThisWeek == 1>>
<<goto attackOptions>> <<goto "attackOptions">>
<<elseif $PC.labor == 1>> <<elseif $PC.labor == 1>>
<<goto "SE Player Birth">> <<goto "SE Player Birth">>
<<elseif ($independenceDay == 1) && (Math.trunc(($week-23)/52) == ($week-23)/52)>> <<elseif ($independenceDay == 1) && (Math.trunc(($week-23)/52) == ($week-23)/52)>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment