From 405d5ffc945743f8ddc31aa1c4f1cd57673cda90 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 1 Mar 2019 15:25:48 -0300 Subject: Crazyfefe Patch: Do not allow you to waste an Everburn Powder summoning Yeti King alone. Note that if second player leave, you'll still waste the powder (waste != lose) --- 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 d35020ebf..39c345d90 100644 --- a/npc/003-1-1/yetiking.txt +++ b/npc/003-1-1/yetiking.txt @@ -22,6 +22,11 @@ L_Summon: dispbottom l("I need to pour the @@ to summon the Yeti King.", getitemlink(EverburnPowder)); end; } + if (getareausers("003-1-1", 5) < 2 && !$@GM_OVERRIDE) { + dispbottom l("I cannot be alone to summon the Yeti King."); + end; + + } delitem EverburnPowder, 1; dispbottom l("Emoc otem itey gnik!"); // come to me yeti king, spelled backwards. Sorry. .inUse=1; -- cgit v1.2.3-70-g09d2