summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/026-4/ctrl.c1
-rw-r--r--npc/026-5/ctrl.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/npc/026-4/ctrl.c b/npc/026-4/ctrl.c
index c3a8222ff..cc8eb5484 100644
--- a/npc/026-4/ctrl.c
+++ b/npc/026-4/ctrl.c
@@ -109,7 +109,6 @@ function _moveNpc {
if (getq2(General_Fortress) == 31) {
dispbottom l("This was the last one of them. Now to find the door...");
setq General_Fortress, 6, 0, 0;
- specialeffect(FX_MGWARP, SELF, getcharid(3));
}
// Final decorators
closeclientdialog;
diff --git a/npc/026-5/ctrl.c b/npc/026-5/ctrl.c
index 7611ba0c0..1ad475a82 100644
--- a/npc/026-5/ctrl.c
+++ b/npc/026-5/ctrl.c
@@ -110,7 +110,6 @@ function _moveNpc {
if (getq2(General_Fortress) == 127) {
dispbottom l("This was the last one of them. Now to find the door...");
setq General_Fortress, 7, 0, 0;
- specialeffect(FX_MGWARP, SELF, getcharid(3));
}
// Final decorators
closeclientdialog;