diff options
Diffstat (limited to 'npc/003-1-1')
-rw-r--r-- | npc/003-1-1/yetiking.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1-1/yetiking.txt b/npc/003-1-1/yetiking.txt index 39c345d90..1c71362e6 100644 --- a/npc/003-1-1/yetiking.txt +++ b/npc/003-1-1/yetiking.txt @@ -18,7 +18,7 @@ end; L_Summon: - if (countitem(EverburnPowder) < 0) { + if (countitem(EverburnPowder) < 1) { dispbottom l("I need to pour the @@ to summon the Yeti King.", getitemlink(EverburnPowder)); end; } |