diff --git a/js/003-data/gameVariableData.js b/js/003-data/gameVariableData.js
index 3fa1c8e0612084cca09ccf502b3c7d4f586d7837..8384df1ea27fff174778d02e04b8eb0ee3b92a40 100644
--- a/js/003-data/gameVariableData.js
+++ b/js/003-data/gameVariableData.js
@@ -1230,8 +1230,6 @@ App.Data.defaultGameStateVariables = {
 		"...from the Free Cities have become increasingly common clientele for the black market...",
 		"...a risky gamble on the three-hour-long hardcore sex scene, but the box office figures for just...",
 	],
-	// HACKY EVENT WORKAROUNDS
-	eventID: -1,
 	// INCORPORATED MODS
 	SF: {},
 	// Misc mod variables
diff --git a/src/uncategorized/nextWeek.tw b/src/uncategorized/nextWeek.tw
index 3ab4871a051ce622581ea41c32e0eb51bcc3d4c9..2652c2a9703df7c7557ed3ee6c5e0f588cf222e3 100644
--- a/src/uncategorized/nextWeek.tw
+++ b/src/uncategorized/nextWeek.tw
@@ -356,11 +356,6 @@
 
 <<run clearSummaryCache()>>
 
-/*HACKY EVENT WORKAROUNDS*/
-<<if $eventID != -1>>
-	<<set $slaves[$eventID].devotion -= 50, $eventID = -1>>
-<</if>>
-
 <<if $autosave != 0>>
 	<<script>>Save.autosave.save("Week Start Autosave")<</script>>
 <</if>>