summaryrefslogtreecommitdiff
path: root/npc/009-2_Hurnscald/selim.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-2_Hurnscald/selim.txt')
-rw-r--r--npc/009-2_Hurnscald/selim.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/009-2_Hurnscald/selim.txt b/npc/009-2_Hurnscald/selim.txt
index 520aad30..d118b8a0 100644
--- a/npc/009-2_Hurnscald/selim.txt
+++ b/npc/009-2_Hurnscald/selim.txt
@@ -31,6 +31,7 @@ L_clothes_choice:
"Desert hat", L_desert_hat,
"Cotton boots", L_cottonboots,
"Cotton gloves", L_cottongloves,
+ "Rabbit ears", L_rabbitears,
"I'm fine for now, thanks.", -;
close;
@@ -114,6 +115,14 @@ L_cottongloves:
set @name$, "cotton gloves";
goto L_picked_item;
+L_rabbitears:
+ set @del, 1255;
+ set @new, 2190;
+ set @name$, "rabbit ears";
+ set @pronoun$, "them";
+ set @is_verb$, "are";
+ goto L_picked_item;
+
L_picked_item:
if (countitem(@del) == 0) goto L_havenone;
L_colour: