diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/resetstatus.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/resetstatus.txt b/npc/functions/resetstatus.txt index 06b125ee0..c0a31e225 100644 --- a/npc/functions/resetstatus.txt +++ b/npc/functions/resetstatus.txt @@ -11,7 +11,7 @@ function script StatusResetReinvest { // Compulsory check if (getarg(0, true)) { inventoryplace NPCEyes, 6; - } else if (!checkweight2(NPCEyes, 6)) { + } else if (!checkweight(NPCEyes, 6)) { getitembound StatusResetPotion, 1, 4; dispbottom l("You cannot carry the fruits."); end; // Die |