diff --git a/desktop/src-common/advent/screens/rooms/space.clj b/desktop/src-common/advent/screens/rooms/space.clj index b3e4d121..9e1bb6ab 100644 --- a/desktop/src-common/advent/screens/rooms/space.clj +++ b/desktop/src-common/advent/screens/rooms/space.clj @@ -255,6 +255,15 @@ :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.")) + :kiss (actions/get-script entities + (actions/do-dialogue entities + :ego "No way!" + :ego "I can't kiss that green creep!")) + :trophy (actions/get-script entities + (actions/do-dialogue entities + :ego "Showing Bloodclot a trophy for wisdom doesn't seem very wise.")) + :medal (actions/get-script entities + (actions/do-dialogue :ego "His little finger could've beaten me in an arm wrestling match!")) :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."))