summaryrefslogtreecommitdiff
path: root/npc/magic/level1-grow-plants.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/magic/level1-grow-plants.txt')
-rw-r--r--npc/magic/level1-grow-plants.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/magic/level1-grow-plants.txt b/npc/magic/level1-grow-plants.txt
index c3a1a102..c3b21bad 100644
--- a/npc/magic/level1-grow-plants.txt
+++ b/npc/magic/level1-grow-plants.txt
@@ -16,6 +16,9 @@ function script SK_GrowPlants {
case SKILL_MODRILAX:
.@it = MauveHerb; .@mobId = MauvePlant; break;
}
+ // Consume reagents
+ delitem Root, 1;
+ delitem .@it, 1;
// Continue but with a special flag
SK_summon(.@mobId, 2, 1, false);
return;