diff --git a/src/uncategorized/genericPlotEvents.tw b/src/uncategorized/genericPlotEvents.tw
index 17495884f2a4f99d71b4557188771947283e2b8a..cd8fd1faee36014d9898419365163bd7762f12e4 100644
--- a/src/uncategorized/genericPlotEvents.tw
+++ b/src/uncategorized/genericPlotEvents.tw
@@ -1113,12 +1113,12 @@ A screen opposite your desk springs to life, <<if $assistant.personality == 0>>s
 
 <<case "shoot invitation">>
 
-<<set $PShoot = 0>>
+<<set $eventResults.shoot = 0>>
 <<link "Buy in">>
 	<<replace "#result">>
 	You receive a brief but elegant confirmation. It looks like you've RSVP'd.
 	<<run cashX(-5000, "event")>>
-	<<set $PShoot = 1>>
+	<<set $eventResults.shoot = 1>>
 	<</replace>>
 <</link>>
 <br><<link "Politely decline">>
@@ -1129,7 +1129,7 @@ A screen opposite your desk springs to life, <<if $assistant.personality == 0>>s
 
 <<case "shoot result">>
 
-<<set $PShoot = 0>>
+<<set $eventResults.shoot = 0>>
 <<link "Hit the muscular slave about to successfully cross the lawn">>
 	<<replace "#result">>
 	<<set $activeSlaveOneTimeMinAge = 18>>
diff --git a/src/uncategorized/nonRandomEvent.tw b/src/uncategorized/nonRandomEvent.tw
index a6d7540fa34d7edb07ec73b5c8cb228c84cd9eca..e870e3fdc3b82342edac233c986a5acf3c5f60af 100644
--- a/src/uncategorized/nonRandomEvent.tw
+++ b/src/uncategorized/nonRandomEvent.tw
@@ -157,7 +157,7 @@
 	<</if>>
 <<elseif ($arcologies[0].FSPaternalistDecoration == 100) && ($swanSong == 2) && ($week-$swanSongWeek >= 3)>>
 	<<goto "RE The Siren Strikes Back">>
-<<elseif ($PShoot == 1)>>
+<<elseif ($eventResults.shoot == 1)>>
 	<<set $Event = "shoot result">>
 	<<goto "Generic Plot Events">>
 <<elseif ($PSnatch == 1)>>