diff options
Diffstat (limited to 'npc/magic')
-rw-r--r-- | npc/magic/parum.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/magic/parum.txt b/npc/magic/parum.txt index 19a16bdd5..e51adec82 100644 --- a/npc/magic/parum.txt +++ b/npc/magic/parum.txt @@ -39,6 +39,9 @@ OnCall: if (!MagicCheck(TMW2_PARUM, 50)) end; + // Consume items + delitem RawLog, 1; + // Create the stuff based on MAGIC_EXP .@r=rand(1,41); if (.@r < 42-(MAGIC_EXP/2)) { |