diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-07-17 11:18:17 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-07-17 11:18:17 +0200 |
commit | 7bcd3d41c6d0caa07f1c1eacedb4c7db7758cd90 (patch) | |
tree | f7920ab6368a2beba6e52775684cb1365b4b1506 /world/map/npc/018-2/miners.txt | |
parent | 76b3a11270b2dab251a6a328cf2a60a5f5d4aa72 (diff) | |
download | serverdata-7bcd3d41c6d0caa07f1c1eacedb4c7db7758cd90.tar.gz serverdata-7bcd3d41c6d0caa07f1c1eacedb4c7db7758cd90.tar.bz2 serverdata-7bcd3d41c6d0caa07f1c1eacedb4c7db7758cd90.tar.xz serverdata-7bcd3d41c6d0caa07f1c1eacedb4c7db7758cd90.zip |
making it possible for players who didn't do the towel event to dye towels
Diffstat (limited to 'world/map/npc/018-2/miners.txt')
-rw-r--r-- | world/map/npc/018-2/miners.txt | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/world/map/npc/018-2/miners.txt b/world/map/npc/018-2/miners.txt index 1e337036..ef641f49 100644 --- a/world/map/npc/018-2/miners.txt +++ b/world/map/npc/018-2/miners.txt @@ -10,25 +10,18 @@ mes "[Malek]"; mes "\"Hi, can I help you at all?\""; - if (FLAGS & FLAG_TOWEL_HELPED) - menu + menu "I'm looking for someone able to make gem powder.", L_GemPowder, "I was just having a look, have a nice day.", L_abort; - menu - "I was just having a look, have a nice day.", L_abort; L_NohMask: mes "[Malek]"; mes "\"Hi, can I help you at all?\""; - if (FLAGS & FLAG_TOWEL_HELPED) - menu + menu "I'm looking for someone able to make gem powder.", L_GemPowder, "I was just having a look, have a nice day.", L_abort, "The inspector sent me here to investigate.", L_Investigation; - menu - "I was just having a look, have a nice day.", L_abort, - "The inspector sent me here to investigate.", L_Investigation; L_Investigation: set Inspector, 11; |