diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-07 11:25:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-07 11:32:52 -0300 |
commit | 51f93d87ca3cb4ad442befcac3e18e57231ec1cc (patch) | |
tree | c2a8e651058365d8aae5e66a42449e623980e754 /npc/annuals/xmas | |
parent | 08ea4636d79ffe5055f203d9017b29a1fa2832c6 (diff) | |
download | serverdata-51f93d87ca3cb4ad442befcac3e18e57231ec1cc.tar.gz serverdata-51f93d87ca3cb4ad442befcac3e18e57231ec1cc.tar.bz2 serverdata-51f93d87ca3cb4ad442befcac3e18e57231ec1cc.tar.xz serverdata-51f93d87ca3cb4ad442befcac3e18e57231ec1cc.zip |
Fix whatever could be immediately fixed; Everything else on ticket
Diffstat (limited to 'npc/annuals/xmas')
-rw-r--r-- | npc/annuals/xmas/2021.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/annuals/xmas/2021.txt b/npc/annuals/xmas/2021.txt index f32901a6..bc7f0d30 100644 --- a/npc/annuals/xmas/2021.txt +++ b/npc/annuals/xmas/2021.txt @@ -82,7 +82,7 @@ function script X21INIT { "#XMAS21Core"::spawn(Grinchboo, 5, .@mapa$); "#XMAS21Core"::spawn(Grinchboo, 3, .@mapc$); "#XMAS21Core"::spawn(Moonshroom, 10, .@mapa$); - "#XMAS21Core"::spawn(Moonshroom, 7, .@mapc$); + "#XMAS21Core"::spawn(Moonshroom, 14, .@mapc$); "#XMAS21Core"::spawn2(BlueSpark, 47, 191, 65, 212, 2, .@mapa$); "#XMAS21Core"::spawn2(RedSpark, 47, 191, 65, 212, 2, .@mapa$); if (X21TYPE() == IOT_PARTY) @@ -109,8 +109,8 @@ function script X21INIT { "#XMAS21Core"::spawn(Fluffy, 16, .@mapa$); /* Peaceful/Mystic/Forgotten Glade (Past) */ - "#XMAS21Core"::spawn(CrotcherScorpion, 12, .@mapc$); - "#XMAS21Core"::spawn(Snail, 20, .@mapc$); + "#XMAS21Core"::spawn(CrotcherScorpion, 10, .@mapc$); + "#XMAS21Core"::spawn(Snail, 18, .@mapc$); "#XMAS21Core"::spawn(Bee, 9, .@mapc$); "#XMAS21Core"::spawn(Butterfly, 24, .@mapc$); "#XMAS21Core"::spawn(PinkFlower, 42, .@mapc$); @@ -124,7 +124,7 @@ function script X21INIT { "#XMAS21Core"::spawn(Bee, 5, .@mapd$); "#XMAS21Core"::spawn(Butterfly, 15, .@mapd$); "#XMAS21Core"::spawn(PinkFlower, 24, .@mapd$); - "#XMAS21Core"::spawn(Pinkie, 18, .@mapd$); + "#XMAS21Core"::spawn(Pinkie, 15, .@mapd$); "#XMAS21Core"::spawn(Hyvern, 3, .@mapd$); /* The Three Guardians */ |