summaryrefslogtreecommitdiff
path: root/world/map/npc/annuals/fathertime.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/annuals/fathertime.txt')
-rw-r--r--world/map/npc/annuals/fathertime.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/world/map/npc/annuals/fathertime.txt b/world/map/npc/annuals/fathertime.txt
index c38eae2a..340976c3 100644
--- a/world/map/npc/annuals/fathertime.txt
+++ b/world/map/npc/annuals/fathertime.txt
@@ -71,6 +71,10 @@ L_Clock:
areamonster "033-1", 20, 20, 120, 110, "", 1162, 64;
areamonster "046-1", 20, 20, 160, 115, "", 1162, 64;
areamonster "047-1", 20, 20, 200, 180, "", 1162, 240;
+ areamonster "033-1", 20, 20, 120, 110, "", SnowmanBoss, 1, "#HolidayConfig::OnCuoco331";
+ areamonster "034-1", 20, 20, 160, 110, "", SnowmanBoss, 1, "#HolidayConfig::OnCuoco341";
+ areamonster "046-1", 20, 20, 160, 115, "", SnowmanBoss, 1, "#HolidayConfig::OnCuoco461";
+ areamonster "047-1", 20, 20, 200, 180, "", SnowmanBoss, 2, "#HolidayConfig::OnCuoco471";
announce "Santa : Ho ho ho, I see a huge movement by the grinchboos!", 0;
// Official code below:
@@ -122,6 +126,27 @@ OnLameHat:
getitem "HMCPirateHat", 1;
end;
+OnCuoco:
+ // TODO: Detect alts?
+ getitem Naftalin, 15;
+ end;
+
+OnCuoco331:
+ areatimer 0, "033-1", 20, 20, 120, 110, 10, "#HolidayConfig::OnCuoco";
+ goto OnCuoco;
+
+OnCuoco341:
+ areatimer 0, "034-1", 20, 20, 160, 110, 10, "#HolidayConfig::OnCuoco";
+ goto OnCuoco;
+
+OnCuoco461:
+ areatimer 0, "046-1", 20, 20, 160, 115, 10, "#HolidayConfig::OnCuoco";
+ goto OnCuoco;
+
+OnCuoco471:
+ areatimer 0, "047-1", 20, 20, 200, 180, 10, "#HolidayConfig::OnCuoco";
+ goto OnCuoco;
+
L_Die:
end;
}