From d155ce1ed965b6e74cf5b509dd0eb615b4d13834 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 Oct 2021 15:47:03 -0300 Subject: Baktar: Give a hint when offering a Croconut or a Half Croconut that he'll accept a box --- npc/020-4/baktar.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'npc/020-4/baktar.txt') 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) { -- cgit v1.2.3-70-g09d2