summaryrefslogtreecommitdiff
path: root/npc/020-4/baktar.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-4/baktar.txt')
-rw-r--r--npc/020-4/baktar.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/020-4/baktar.txt b/npc/020-4/baktar.txt
index 621d22299..4472c5322 100644
--- a/npc/020-4/baktar.txt
+++ b/npc/020-4/baktar.txt
@@ -68,6 +68,14 @@ L_Collector:
if (countitem(.@id) < 1 || checkbound(.@id))
close;
+ // Special exception
+ if (.@id == Croconut || .@id == HalfCroconut) {
+ mesn;
+ if (rand2(1,5) == 4) mesc l("*cough cough*");
+ mesq l("Ooh, this definitely is a Tulimshar item! But I would prefer a box full of these, please.");
+ close;
+ }
+
// No item
.@m = htget(.TULIMITEM, str(.@id), 0);
if (!.@m) {