From 417e623583c211c370a1162489831822f07b04d5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 7 Dec 2021 22:23:22 -0300 Subject: Fix distribution of supporting snowmans, and nerf the ticket drop --- npc/annuals/xmas/2021.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') 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); -- cgit v1.2.3-60-g2f50