From 6f9082d2b4db90a4b8e38b88e489dfc08e0b9254 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Thu, 5 Mar 2020 01:55:07 -0800 Subject: [PATCH] Remove unused $eventID workaround --- js/003-data/gameVariableData.js | 2 -- src/uncategorized/nextWeek.tw | 5 ----- 2 files changed, 7 deletions(-) diff --git a/js/003-data/gameVariableData.js b/js/003-data/gameVariableData.js index 31a91048ab7..7e228481876 100644 --- a/js/003-data/gameVariableData.js +++ b/js/003-data/gameVariableData.js @@ -1158,8 +1158,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 3ab4871a051..2652c2a9703 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>> -- GitLab