summaryrefslogtreecommitdiff
path: root/world/map/npc/magic/level2-summon-spiky-mushroom.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/magic/level2-summon-spiky-mushroom.txt')
-rw-r--r--world/map/npc/magic/level2-summon-spiky-mushroom.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/world/map/npc/magic/level2-summon-spiky-mushroom.txt b/world/map/npc/magic/level2-summon-spiky-mushroom.txt
index de4d7399..84d4eb82 100644
--- a/world/map/npc/magic/level2-summon-spiky-mushroom.txt
+++ b/world/map/npc/magic/level2-summon-spiky-mushroom.txt
@@ -14,8 +14,7 @@ OnCast:
addtimer 20000, "Magic Timer::OnClear"; // set the new debuff
callfunc "adjust_spellpower";
set Sp, Sp - 33;
- misceffect FX_MAGIC_BLUE, strcharinfo(0);
- misceffect FX_PENTAGRAM_BUILDUP, strcharinfo(0);
+ misceffect FX_MAGIC_SPIKY_CAST, strcharinfo(0);
callfunc "magic_exp";
set .@puppet$, "#"+strnpcinfo(0)+"#"+BL_ID;
set .@puppet, puppet(getmap(), POS_X, POS_Y, .@puppet$, 127);
@@ -31,7 +30,7 @@ OnSummon:
if (!(isloggedin(.master))) destroy;
if(get(Hp, .master) < 1) destroy; // destroy if master is missing
if(getmap(.master) != strnpcinfo(3)) destroy; // destroy if master left the map
- specialeffect FX_PENTAGRAM_BURST;
+ specialeffect FX_MAGIC_SPIKY_SPAWN;
set .@i, 0;
set .@x, getnpcx();
set .@y, getnpcy();