From d243f1031235d907fd63b0afcb5ed73467a7f96d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 9 Jul 2018 22:32:37 -0300 Subject: You need to pour an Everburn Powder to summon the Yeti King. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I said to Saulc, “we're going to need everburn powder to many stuff”, and “that powder can only be done with Zitoni” but he didn't wanted to listen... --- npc/003-1-1/yetiking.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'npc/003-1-1') diff --git a/npc/003-1-1/yetiking.txt b/npc/003-1-1/yetiking.txt index 7e173e534..725a1fbc2 100644 --- a/npc/003-1-1/yetiking.txt +++ b/npc/003-1-1/yetiking.txt @@ -18,6 +18,11 @@ end; L_Summon: + if (countitem(EverburnPowder) < 0) { + dispbottom l("I need to pour the @@ to summon the Yeti King.", getitemlink(EverburnPowder)); + end; + } + delitem EverburnPowder, 1; dispbottom l("Emoc otem itey gnik!"); // come to me yeti king, spelled backwards. Sorry. initnpctimer; end; -- cgit v1.2.3-70-g09d2