diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-03 14:02:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-03 14:02:40 -0300 |
commit | a81f9737b27a6389f4e33252efb0c3a1564569d8 (patch) | |
tree | 2a5ae3c4ca12974b33ec2852849e018f7b1ab013 | |
parent | ab884f786e138c924ca46e95bcf8c7a898b87725 (diff) | |
download | serverdata-a81f9737b27a6389f4e33252efb0c3a1564569d8.tar.gz serverdata-a81f9737b27a6389f4e33252efb0c3a1564569d8.tar.bz2 serverdata-a81f9737b27a6389f4e33252efb0c3a1564569d8.tar.xz serverdata-a81f9737b27a6389f4e33252efb0c3a1564569d8.zip |
Remove the condemned dispbottom, it has served its purpose (and we now have a recepcionist)
-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; } |