diff options
Diffstat (limited to 'npc/009-2_Hurnscald')
-rw-r--r-- | npc/009-2_Hurnscald/selim.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/009-2_Hurnscald/selim.txt b/npc/009-2_Hurnscald/selim.txt index d118b8a0..7c39a2ab 100644 --- a/npc/009-2_Hurnscald/selim.txt +++ b/npc/009-2_Hurnscald/selim.txt @@ -123,6 +123,12 @@ L_rabbitears: set @is_verb$, "are"; goto L_picked_item; +L_wizardhat: + set @del, 4028; + set @new, 2200; + set @name$, "wizard hat"; + goto L_picked_item; + L_picked_item: if (countitem(@del) == 0) goto L_havenone; L_colour: |