diff --git a/src/uncategorized/scheduledEvent.tw b/src/uncategorized/scheduledEvent.tw
index a63b6747747505dc3999bbd6d8505db87a785eb7..0123df98eb23de1803d5cf1b502359be32b5177e 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)>>