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))