diff options
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; |