summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--maps/re/026-3.mcachebin1141 -> 1176 bytes
-rw-r--r--npc/026-3/ctrl.c8
2 files changed, 5 insertions, 3 deletions
diff --git a/maps/re/026-3.mcache b/maps/re/026-3.mcache
index 1fe57c36d..5a91ec364 100644
--- a/maps/re/026-3.mcache
+++ b/maps/re/026-3.mcache
Binary files differ
diff --git a/npc/026-3/ctrl.c b/npc/026-3/ctrl.c
index c2fd79423..a15d93c33 100644
--- a/npc/026-3/ctrl.c
+++ b/npc/026-3/ctrl.c
@@ -60,8 +60,8 @@ OnClock1700:
end;
OnInit:
- setarray $@MKB3FX, 66, 60, 54, 95, 80, 90, 88, 61;
- setarray $@MKB3FY, 18, 87, 118, 122, 140, 88, 56, 51;
+ setarray $@MKB3FX, 66, 60, 54, 95, 80, 90, 88, 61, 73;
+ setarray $@MKB3FY, 18, 87, 118, 122, 140, 88, 56, 51, 39;
end;
}
@@ -75,7 +75,7 @@ OnTouch:
@state += 3;
else
@state -= 2;
- .@index = miller_rand(@state, getcharid(0), 7);
+ .@index = miller_rand(@state, getcharid(0), 8);
slide $@MKB3FX[.@index], $@MKB3FY[.@index];
end;
}
@@ -95,4 +95,6 @@ OnTouch:
026-3,76,52,0 duplicate(#0263WA+) #0263WG- NPC_FANCY_CIRCLE,0,0
026-3,44,41,0 duplicate(#0263WA+) #0263WH+ NPC_FANCY_CIRCLE,0,0
026-3,49,68,0 duplicate(#0263WA+) #0263WH- NPC_FANCY_CIRCLE,0,0
+026-3,74,35,0 duplicate(#0263WA+) #0263WI+ NPC_FANCY_CIRCLE,0,0
+026-3,71,42,0 duplicate(#0263WA+) #0263WI- NPC_FANCY_CIRCLE,0,0