summaryrefslogtreecommitdiff
path: root/npc/functions/siege.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-22 20:44:44 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-22 20:44:44 -0300
commit3fb0b5a42a028c327b9894ba58dbab9062163f82 (patch)
treeeba1c11add34c9ddfbb36456bcf4c909d01bfdd1 /npc/functions/siege.txt
parent2005d3d3affe1d911be798c7b6f249736cb9530e (diff)
downloadserverdata-3fb0b5a42a028c327b9894ba58dbab9062163f82.tar.gz
serverdata-3fb0b5a42a028c327b9894ba58dbab9062163f82.tar.bz2
serverdata-3fb0b5a42a028c327b9894ba58dbab9062163f82.tar.xz
serverdata-3fb0b5a42a028c327b9894ba58dbab9062163f82.zip
Indoors zone (for testing, Tulimshar only) and Normal2 (for sieges)
Diffstat (limited to 'npc/functions/siege.txt')
-rw-r--r--npc/functions/siege.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/siege.txt b/npc/functions/siege.txt
index 8e39ff7bb..a43badc61 100644
--- a/npc/functions/siege.txt
+++ b/npc/functions/siege.txt
@@ -201,8 +201,8 @@ function script siege_revert {
// Revert map zone (to town, or to blank) and delete backup
removemapflag(.@m$,mf_zone);
//setmapflag(.@m$,mf_zone,$@MZONE$[getmapinfo(MAPINFO_ID, .@m$)]);
- setmapflag(.@m$,mf_zone,"Normal"); // Broken for some reason
- setmapflag(.@m$,mf_zone,"All");
+ setmapflag(.@m$,mf_zone,"Normal2"); // Normal doesn't works...
+ //setmapflag(.@m$,mf_zone,"All");
//$@MZONE$[getmapinfo(MAPINFO_ID, .@m$)]="";
removemapmask .@m$, MASK_MATTACK;