From a91582ec1608d92f4d35c14f2058bf92076e6cfe Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Sun, 21 Feb 2016 13:49:35 -0800 Subject: [PATCH] default interaction for bloodclot. --- desktop/src-common/advent/screens/rooms/space.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/desktop/src-common/advent/screens/rooms/space.clj b/desktop/src-common/advent/screens/rooms/space.clj index fdb8ea37..b3e4d121 100644 --- a/desktop/src-common/advent/screens/rooms/space.clj +++ b/desktop/src-common/advent/screens/rooms/space.clj @@ -322,7 +322,8 @@ :ego "Let me down and fight me fair and square!" :bloodclot-head "I'm three times as mighty as you." :bloodclot-head "I'd rather have you as a tasty morsel.") - (held/bloodclot-choices entities))})} + (held/bloodclot-choices entities)) + :default (actions/get-script entities (actions/talk entities :ego "No time for that!"))})} :bullet (assoc (animation->texture screen bullet) :x 37 :y 85 :baseline 241 :walk bullet)