summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/026-4/ctrl.c2
-rw-r--r--npc/026-5/ctrl.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/026-4/ctrl.c b/npc/026-4/ctrl.c
index c3a8222ff..6aaf4a6f8 100644
--- a/npc/026-4/ctrl.c
+++ b/npc/026-4/ctrl.c
@@ -128,7 +128,7 @@ OnInit:
000-0,0,0,0 duplicate(#026-4Switch_1) #026-4Switch_5 NPC_SWITCH_OFFLINE
// The main NPC which lets you out of here
-000-0,0,0,0, script #026-4Gate NPC_ICE_CAGE,0,0,{
+000-0,0,0,0, script #026-4Gate NPC_SUMMONING_CIRC,0,0,{
if (getq(General_Fortress) > 5) goto L_Warp;
dispbottom l("After flipping all %s switches, I should go there.", l("five"));
end;
diff --git a/npc/026-5/ctrl.c b/npc/026-5/ctrl.c
index 7611ba0c0..ce78a1887 100644
--- a/npc/026-5/ctrl.c
+++ b/npc/026-5/ctrl.c
@@ -131,7 +131,7 @@ OnInit:
000-0,0,0,0 duplicate(#026-5Switch_1) #026-5Switch_7 NPC_SWITCH_OFFLINE
// The main NPC which lets you out of here
-000-0,0,0,0, script #026-5Gate NPC_ICE_CAGE,0,0,{
+000-0,0,0,0, script #026-5Gate NPC_SUMMONING_CIRC,0,0,{
if (getq(General_Fortress) > 6) goto L_Warp;
dispbottom l("After flipping all %s switches, I should go there.", l("seven"));
end;