summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2025-03-15 22:35:16 +0100
committerFedja Beader <fedja@protonmail.ch>2025-03-15 22:35:16 +0100
commit830dcb9cb4e215d6922e31822ed6bd0270b60833 (patch)
tree256f767be4aed4e06d3e2d3a716e0856279f15c8
parentfe1802bd441b248110a4e6006ee3e18788d35a9f (diff)
downloadserverdata-warp_particles_in_fortress_maze.tar.gz
serverdata-warp_particles_in_fortress_maze.tar.bz2
serverdata-warp_particles_in_fortress_maze.tar.xz
serverdata-warp_particles_in_fortress_maze.zip
Warp particles, but no warping?warp_particles_in_fortress_maze
-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;