From d70cc04468d1d9c957eaf87f8152af9a890bfb2e Mon Sep 17 00:00:00 2001 From: rascul Date: Tue, 10 May 2022 16:36:14 -0500 Subject: [PATCH] remove debug var, flee will list matching rooms sometimes instead of going there --- map.tin | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/map.tin b/map.tin index fc35b56..5dc2746 100644 --- a/map.tin +++ b/map.tin @@ -124,14 +124,11 @@ }; #if {"$moved" != "true"} { #showme SEARCHING DESCRIPTION; + findme }; }; }; - -#var od {You are stunned by the size and splendor of Queen Morgase's Throne Room. The walls present hunting scenes carved in relief in stone of the purest white. Tapestries between the carvings are of bright flowers and brilliantly plumaged hummingbirds, except for the ones flanking the throne which proudly display the White Lion of Andor. On a dais at the room's far wall is a throne of marble. A greatdoor opens south into a large hall and an officedoor opens east into the Queen's private study. A smaller archway lies to the west.} - - #alias findme { #map list {roomname} {$roomname} {roomdesc} {$desc}; };