summaryrefslogtreecommitdiff
path: root/npc/026-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-02-28 15:20:06 -0300
committerJesusaves <cpntb1@ymail.com>2021-02-28 15:20:06 -0300
commit65883f4781a6d75d440ffc95830ea0e617fa1f76 (patch)
treea7f3a1a945298a70fa9d5fe1ee8e4356025ef9ee /npc/026-1
parent358a2814f6fa35401e91fd65471f32945a26e204 (diff)
downloadserverdata-65883f4781a6d75d440ffc95830ea0e617fa1f76.tar.gz
serverdata-65883f4781a6d75d440ffc95830ea0e617fa1f76.tar.bz2
serverdata-65883f4781a6d75d440ffc95830ea0e617fa1f76.tar.xz
serverdata-65883f4781a6d75d440ffc95830ea0e617fa1f76.zip
Don't offer to flip the switch if it already was flipped.
Diffstat (limited to 'npc/026-1')
-rw-r--r--npc/026-1/ctrl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/026-1/ctrl.c b/npc/026-1/ctrl.c
index 7c12c761a..d80516bfa 100644
--- a/npc/026-1/ctrl.c
+++ b/npc/026-1/ctrl.c
@@ -102,6 +102,7 @@ function script 0261_CheckReset {
026-1,29,76,0 script Important Note#B1F NPC_NO_SPRITE,{
function noteBegin;
+ if ($@DATA_0261[12]) end;
if (getq2(General_Fortress) == 0) noteBegin();
mesc l("Flip the manaplace?"), 1;
next;