From 9602b88a40b05bba41a9ce3859ba9fa509cd54c7 Mon Sep 17 00:00:00 2001 From: hexall90 <hexall90@gmail.com> Date: Tue, 7 Nov 2017 13:09:23 +0100 Subject: [PATCH] small fix --- src/uncategorized/scheduledEvent.tw | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/uncategorized/scheduledEvent.tw b/src/uncategorized/scheduledEvent.tw index a63b6747747..0123df98eb2 100644 --- a/src/uncategorized/scheduledEvent.tw +++ b/src/uncategorized/scheduledEvent.tw @@ -96,8 +96,12 @@ <<if $rivalOwner == -1>> <<goto "P rival initiation">> +<<elseif $slaveRebellion == 1>> + <<goto "rebellionOptions">> +<<elseif $citizenRebellion == 1>> + <<goto "rebellionOptions">> <<elseif $attackThisWeek == 1>> - <<goto attackOptions>> + <<goto "attackOptions">> <<elseif $PC.labor == 1>> <<goto "SE Player Birth">> <<elseif ($independenceDay == 1) && (Math.trunc(($week-23)/52) == ($week-23)/52)>> -- GitLab