diff --git a/desktop/src-common/advent/screens/rooms/inside_castle.clj b/desktop/src-common/advent/screens/rooms/inside_castle.clj index a6579019..6d60b1a5 100644 --- a/desktop/src-common/advent/screens/rooms/inside_castle.clj +++ b/desktop/src-common/advent/screens/rooms/inside_castle.clj @@ -208,9 +208,9 @@ :game-player "I, of course, am the wisest in all of Remington." :game-player "But I'm not much of a hero." :game-player "The knights of Remington have muscles the size of tree trunks." - :game-player "But me...") + :game-player "But I...") (actions/play-animation entities :game-player :flex) - (actions/do-dialogue entities :game-player "I'd never be able to prove my strength.")) + (actions/do-dialogue entities :game-player "... I'd never be able to prove my strength.")) :choices actions/previous-choices} "Something else." {:choices actions/something-else}]}