From 2f15fc48331e46cfae9d105855b65bf3e702ab84 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 14 Apr 2020 21:24:30 -0400 Subject: [PATCH] Remove unused flag --- stories/geta-unaware.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/stories/geta-unaware.js b/stories/geta-unaware.js index c182b2e..6e6509c 100644 --- a/stories/geta-unaware.js +++ b/stories/geta-unaware.js @@ -49,8 +49,6 @@ state.player.stats.suspicion = { name: "Suspicion", type: "meter", value: 0, min: 0, max: 100, color: "rgb(100,100,100)" }; state.info.time.value = 60 * 60 * 7 + 60 * 17; - state.player.flags.caught = false; - startTimer({ id: "clock", func: state => {