From dbcf61f7c561754123c843e4d7e77d508679f07e Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Fri, 15 Jan 2016 20:38:33 -0800 Subject: [PATCH] added weapon descriptions. --- desktop/src-common/advent/screens/rooms/space.clj | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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