From 8f27e46df0b31b69a849765cfd9ca233f610aebe Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Sun, 26 Jul 2015 21:22:59 -0700 Subject: [PATCH] bloodclot not already there. --- desktop/gametodos.txt | 1 - desktop/src-common/advent/screens/rooms/outside_house.clj | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/gametodos.txt b/desktop/gametodos.txt index 642dea6c..4f06d1db 100644 --- a/desktop/gametodos.txt +++ b/desktop/gametodos.txt @@ -14,6 +14,5 @@ + bloodclot isn't hidden at start + fight with blergh at end isn't great + ending -+ wrong timing for potions + secret lever + shopkeep sigh diff --git a/desktop/src-common/advent/screens/rooms/outside_house.clj b/desktop/src-common/advent/screens/rooms/outside_house.clj index acac327e..89365c7e 100644 --- a/desktop/src-common/advent/screens/rooms/outside_house.clj +++ b/desktop/src-common/advent/screens/rooms/outside_house.clj @@ -113,7 +113,8 @@ (actions/do-dialogue entities :ego "I now have The Slinger's Shot." :ego "And just in time, too. It's getting light.") - (actions/update-state entities #(assoc % :next-time :sunrise)) + + (actions/update-state entities #(assoc % :next-time :sunrise :seen-bloodclot? false)) (walk-to-castle entities true) (outside-castle/go-through-gate entities) (actions/update-state entities #(assoc % :next-time :day))