From 4e6140585a17edc52a3c257f550e465567ba3c9c Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Fri, 20 Nov 2015 09:34:42 -0800 Subject: [PATCH] end brian when pulling sword. --- desktop/src-common/advent/screens/rooms/inside_castle.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop/src-common/advent/screens/rooms/inside_castle.clj b/desktop/src-common/advent/screens/rooms/inside_castle.clj index 0f5c945c..319c33c5 100644 --- a/desktop/src-common/advent/screens/rooms/inside_castle.clj +++ b/desktop/src-common/advent/screens/rooms/inside_castle.clj @@ -252,6 +252,7 @@ (actions/transition-music entities nil :duration 0.15)) (defn pull-sword [entities] + (actions/do-force-end entities :bg-actions) (actions/play-animation entities :ego :reach-start :stop? false) (actions/pause-camera entities) (actions/transition-music entities :pull-sword