diff options
| author | Ashif Khan <[email protected]> | 2026-09-13 06:42:24 +0530 |
|---|---|---|
| committer | Ashif Khan <[email protected]> | 2026-09-13 06:42:24 +0530 |
| commit | 6b328d05c14477a84afec5d6ea5fa0de0c60dd5e (patch) | |
| tree | c4f936064784272ae7779e602480cf8a1d74344b /game | |
| parent | d99db5b7b663583d5eb26994336e8bb809f00529 (diff) | |
another tweaksilli
Diffstat (limited to 'game')
| -rw-r--r-- | game/story.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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<Dialogues> { |
