From 98a22dcc4e38a1b32c9fa671ed3f6690995e8229 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sat, 21 Mar 2009 13:12:17 -0600 Subject: Add clover patches to woodland maps Also add flowers to hurnscald and adjust the old woman to talk about them. --- npc/009-1_Hurnscald/old_woman.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'npc/009-1_Hurnscald/old_woman.txt') diff --git a/npc/009-1_Hurnscald/old_woman.txt b/npc/009-1_Hurnscald/old_woman.txt index 9f3d26ec..1df4229f 100644 --- a/npc/009-1_Hurnscald/old_woman.txt +++ b/npc/009-1_Hurnscald/old_woman.txt @@ -1,12 +1,22 @@ // Old woman 009-1.gat,29,43,0 script Old Woman 154,{ + if (BaseLevel < 40) goto L_Lower; + mes "[Old Woman]"; mes "\"Hello deary.\""; next; + +L_Continue: if ((Inspector >= 1 && Inspector <= 7) || Inspector == 9) goto L_NohMask; close; +L_Lower: + mes "[Old Woman]"; + mes "\"Watch out for these flowers. They don't like to be messed with.\""; + next; + goto L_Continue; + L_NohMask: if (Inspector == 7) goto L_NohMask_Alibi; callfunc "ProcessEquip"; -- cgit v1.2.3-70-g09d2