diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1-1/yetiking.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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; |