diff --git a/desktop/src-common/advent/screens/rooms/inside_castle.clj b/desktop/src-common/advent/screens/rooms/inside_castle.clj index 48978f36..440a68b1 100644 --- a/desktop/src-common/advent/screens/rooms/inside_castle.clj +++ b/desktop/src-common/advent/screens/rooms/inside_castle.clj @@ -113,8 +113,10 @@ :ego "The Sword of Blergh with magic sting," :ego "shall yield to no earthly king." :ego "Worthy in wisdom, courage, and might," - :ego "only then with sword he'll fight.") - )}} + :ego "only then with sword he'll fight."))} + :sign {:box [125 140 165 155] + :script (actions/get-script entities + (actions/talk entities :ego "Ye Ol' Antique Shoppe."))}} :layers [(assoc (texture "inside-castle/background.png") :x 0 :y 0 :baseline 0) (assoc (texture "inside-castle/pedestal-overlay.png") :x 0 :y 0 :baseline 135)] :entities {:game-player (assoc (texture "inside-castle/gameplayer.png") :x 266 :y 49 :baseline 191