summaryrefslogtreecommitdiff
path: root/world/map/npc/magic/level2-summon-wickedmushroom.txt
diff options
context:
space:
mode:
authorJesusalva Jesusalva <jesusalva@themanaworld.org>2022-11-17 13:40:15 +0000
committerJesusalva Jesusalva <jesusalva@themanaworld.org>2022-11-17 13:40:15 +0000
commit13ec89ed706e069ba71128e9553f9f940d2a1b17 (patch)
tree526175fdefdcd231ef82798bb80eff928e67a85a /world/map/npc/magic/level2-summon-wickedmushroom.txt
parent20d99f9207f43d476efdcf861941586d0b2c5f1f (diff)
parentc5662b77b0bcc150384b7f3587608e1269460760 (diff)
downloadserverdata-13ec89ed706e069ba71128e9553f9f940d2a1b17.tar.gz
serverdata-13ec89ed706e069ba71128e9553f9f940d2a1b17.tar.bz2
serverdata-13ec89ed706e069ba71128e9553f9f940d2a1b17.tar.xz
serverdata-13ec89ed706e069ba71128e9553f9f940d2a1b17.zip
Merge branch 'magic' into 'master'
mobinfo See merge request legacy/serverdata!615
Diffstat (limited to 'world/map/npc/magic/level2-summon-wickedmushroom.txt')
-rw-r--r--world/map/npc/magic/level2-summon-wickedmushroom.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/magic/level2-summon-wickedmushroom.txt b/world/map/npc/magic/level2-summon-wickedmushroom.txt
index c81904cf..175593ff 100644
--- a/world/map/npc/magic/level2-summon-wickedmushroom.txt
+++ b/world/map/npc/magic/level2-summon-wickedmushroom.txt
@@ -51,9 +51,9 @@ OnDestroy:
S_SummonAll:
set .@rnd, rand(0, 9);
- if (.@rnd < 6) summon .@map$, rand(.@x-2,.@x+2), rand(.@y-2,.@y+2), .master, 1106, 2, .lifetime;
- elif (.@rnd < 9) summon .@map$, rand(.@x-2,.@x+2), rand(.@y-2,.@y+2), .master, 1130, 2, .lifetime;
- elif (.@rnd == 9) summon .@map$, rand(.@x-2,.@x+2), rand(.@y-2,.@y+2), .master, 1013, 2, .lifetime;
+ if (.@rnd < 6) summon .@map$, rand(.@x-2,.@x+2), rand(.@y-2,.@y+2), .master, "Wicked Mushroom Summon", 1106, 2, .lifetime;
+ elif (.@rnd < 9) summon .@map$, rand(.@x-2,.@x+2), rand(.@y-2,.@y+2), .master, "Moonshroom Summon", 1130, 2, .lifetime;
+ elif (.@rnd == 9) summon .@map$, rand(.@x-2,.@x+2), rand(.@y-2,.@y+2), .master, "Evil Mushroom Summon", 1013, 2, .lifetime;
set .@i, .@i + 1;
if (.@i < .count) goto S_SummonAll;
destroy;