summaryrefslogtreecommitdiff
path: root/npc/081-3/logic.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/081-3/logic.txt')
-rw-r--r--npc/081-3/logic.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/081-3/logic.txt b/npc/081-3/logic.txt
index ce8f1022..9e382b7d 100644
--- a/npc/081-3/logic.txt
+++ b/npc/081-3/logic.txt
@@ -28,7 +28,7 @@
'LOCKD = true;
@BC1ME = getcharid(3);
- .@mg = monster(getmap(), 44, 36, "Existential Crisis", Santaboo, 1, "Pentagram#Xmas21A::OnFin"); // FIXME Santaboo => SnowBallMan
+ .@mg = monster(getmap(), 44, 36, "Der Schneemann", SnowmanBoss, 1, "Pentagram#Xmas21A::OnFin");
// Prepare the difficulty settings
// Each difficulty level doubles the nÂș of players difficulty setting
@@ -94,7 +94,7 @@ OnTimer40000:
.CYCLE += 1;
.@m$=getmapinfo(MAPINFO_NAME); // We could use .map$ too
- areamonster(.@m$, 31, 23, 58, 50, "Snowballz", IceElement, 1+getmapusers(.@m$)); // FIXME IceElement => Snowball
+ areamonster(.@m$, 31, 23, 58, 50, "Snowballz", Snowman, 1+getmapusers(.@m$));
if (.CYCLE % 2 != 0) {
initnpctimer;