From 7bcd3d41c6d0caa07f1c1eacedb4c7db7758cd90 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Sun, 17 Jul 2011 11:18:17 +0200 Subject: making it possible for players who didn't do the towel event to dye towels --- world/map/npc/018-2/miners.txt | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'world/map/npc/018-2') 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; -- cgit v1.2.3-60-g2f50