summaryrefslogtreecommitdiff
path: root/npc/annuals/xmas/2021.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/annuals/xmas/2021.txt')
-rw-r--r--npc/annuals/xmas/2021.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/annuals/xmas/2021.txt b/npc/annuals/xmas/2021.txt
index 27451e99..3abb7e71 100644
--- a/npc/annuals/xmas/2021.txt
+++ b/npc/annuals/xmas/2021.txt
@@ -172,7 +172,7 @@ function script X21INIT {
}
for (.@i=0; .@i < .@g; .@i++) {
- .@mg = areamonster(.@mapd$, 30, 38, 50, 51, "Snowman (Beta)", Snowman, 1);
+ .@mg = areamonster(.@mapd$, 140, 149, 149, 160, "Snowman (Beta)", Snowman, 1);
.@hp = rand2(3500, 5700);
.@ak = rand2(70, 120);
setunitdata(.@mg, UDT_MAXHP, .@hp);
@@ -183,7 +183,7 @@ function script X21INIT {
}
for (.@i=0; .@i < .@g; .@i++) {
- .@mg = areamonster(.@mapd$, 30, 38, 50, 51, "Snowman (Gamma)", Snowman, 1);
+ .@mg = areamonster(.@mapd$, 37, 142, 47, 152, "Snowman (Gamma)", Snowman, 1);
.@hp = rand2(3500, 5700);
.@ak = rand2(70, 120);
setunitdata(.@mg, UDT_MAXHP, .@hp);