diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-02-12 00:24:41 -0800 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2013-02-12 23:05:15 +0100 |
commit | 2c8e25d9b2efd1d8f051db3bd1c7676a044994f1 (patch) | |
tree | d966512fe2dcf4be25ac7dd134d934b8f276eb85 /world/map/npc/018-2 | |
parent | e6db4af9d0873d1b1b31680d54e5f8452000ea2b (diff) | |
download | serverdata-2c8e25d9b2efd1d8f051db3bd1c7676a044994f1.tar.gz serverdata-2c8e25d9b2efd1d8f051db3bd1c7676a044994f1.tar.bz2 serverdata-2c8e25d9b2efd1d8f051db3bd1c7676a044994f1.tar.xz serverdata-2c8e25d9b2efd1d8f051db3bd1c7676a044994f1.zip |
o11c's review of inspector
Diffstat (limited to 'world/map/npc/018-2')
-rw-r--r-- | world/map/npc/018-2/receptionist.txt | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/world/map/npc/018-2/receptionist.txt b/world/map/npc/018-2/receptionist.txt index e36fe0c4..5f03c4b1 100644 --- a/world/map/npc/018-2/receptionist.txt +++ b/world/map/npc/018-2/receptionist.txt @@ -18,13 +18,11 @@ L_Menu: "Did the company build this building?", L_Building, "Did you hear a commotion here the other night?", L_NohMask, "Thank you, no.", L_Close; - if (@inspector != 10) - menu - "Why was a mine setup here?", L_Mine, - "Can I go into the mine?", L_Enter, - "Did the company build this building?", L_Building, - "Thank you, no.", L_Close; - goto L_Close; + menu + "Why was a mine setup here?", L_Mine, + "Can I go into the mine?", L_Enter, + "Did the company build this building?", L_Building, + "Thank you, no.", L_Close; L_Mine: mes "[Receptionist]"; |