diff --git a/desktop/src-common/advent/screens/rooms/space.clj b/desktop/src-common/advent/screens/rooms/space.clj index 6d4aa1a8..9df06f98 100644 --- a/desktop/src-common/advent/screens/rooms/space.clj +++ b/desktop/src-common/advent/screens/rooms/space.clj @@ -252,7 +252,13 @@ (actions/do-dialogue entities :bloodclot-head "No time to talk." :bloodclot-head "It's lunch time.")) - :scripts {:sword (actions/get-script entities + :scripts {:spear (actions/get-script entities + (actions/do-dialogue entities :ego "I don't want to get too close while he still has his lightning gem." + :ego "Plus, this spear wouldn't do any damage to him.")) + :crowbar (actions/get-script entities + (actions/do-dialogue entities :ego "I don't want to get too close while he still has his lightning gem." + :ego "And this crowbar's too heavy for me to swing.")) + :sword (actions/get-script entities (if (actions/has-item? entities :magic-slingshot) (if (get-in @entities [:state :broke-jewel?]) (do