From 6b328d05c14477a84afec5d6ea5fa0de0c60dd5e Mon Sep 17 00:00:00 2001 From: Ashif Khan Date: Sun, 13 Sep 2026 06:42:24 +0530 Subject: another tweak --- game/story.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'game') diff --git a/game/story.hpp b/game/story.hpp index d9053f6..30e86c5 100644 --- a/game/story.hpp +++ b/game/story.hpp @@ -104,6 +104,7 @@ inline void ProcessClick(GameState &gs) { {CIRNO_DIALOG WOW, "I am feeling sleepy\nI had lots of fun with you."}, {CIRNO_DIALOG TIERED, " I am gonna take a nap\nnow. Let's see tommorow!!"} }); + gs.explored.insert(13); gs.GameOver = true; } else { SayDialog(gs, std::vector { -- cgit v1.2.3