summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-05 17:35:15 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-05 17:35:15 -0300
commite3bfc4278c025863ddf60b081df9b04c921f24bf (patch)
tree3a1b0872c87ec8746ce6e5eb245d7345c0ef8e57 /npc
parent4740ad1c7c1f11f9fdcf3a1db2a9b34c382f13c7 (diff)
downloadserverdata-e3bfc4278c025863ddf60b081df9b04c921f24bf.tar.gz
serverdata-e3bfc4278c025863ddf60b081df9b04c921f24bf.tar.bz2
serverdata-e3bfc4278c025863ddf60b081df9b04c921f24bf.tar.xz
serverdata-e3bfc4278c025863ddf60b081df9b04c921f24bf.zip
Hocus provided new sprites; Apply them
Diffstat (limited to 'npc')
-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;