diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/magic.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/magic.txt b/npc/003-1/magic.txt index cd0366739..4582bad6d 100644 --- a/npc/003-1/magic.txt +++ b/npc/003-1/magic.txt @@ -15,6 +15,6 @@ OnTouch: } */ warp "003-0", 48, 51; - dispbottom col(l("CONDEMNED: This building has been condemned. The roof may fall. Be careful!"), 1); + //dispbottom col(l("CONDEMNED: This building has been condemned. The roof may fall. Be careful!"), 1); end; } |