diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/029-1/pentagram.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/029-1/pentagram.txt b/npc/029-1/pentagram.txt index 5efc34be6..261b0634d 100644 --- a/npc/029-1/pentagram.txt +++ b/npc/029-1/pentagram.txt @@ -45,6 +45,7 @@ } closeclientdialog; + if (!countitem(.@it)) end; .@val*=countitem(.@it); .@val*=(readparam2(bInt)+100)/100; // Each int gives +1% delitem .@it, countitem(.@it); |