summaryrefslogtreecommitdiff
path: root/npc/006-8
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-26 12:08:43 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-26 12:08:43 -0300
commitc1dad2e6c965fb4c8ff76cefe29bd2ceb6f6ba78 (patch)
treee728cbbcbfda7ed118677e78d2d242f47b315abb /npc/006-8
parent4908618bc01e2a8df94b8bc795ca5c66be04c1ea (diff)
downloadserverdata-c1dad2e6c965fb4c8ff76cefe29bd2ceb6f6ba78.tar.gz
serverdata-c1dad2e6c965fb4c8ff76cefe29bd2ceb6f6ba78.tar.bz2
serverdata-c1dad2e6c965fb4c8ff76cefe29bd2ceb6f6ba78.tar.xz
serverdata-c1dad2e6c965fb4c8ff76cefe29bd2ceb6f6ba78.zip
Allow the ban to be enforced by setting CAPTURE_FLAG to -1 or lower.
Right now, this doesn't happens - I'll likely have GM Team enforcing this. If players want to allow splash on their matches by agreement I'm fine with it.
Diffstat (limited to 'npc/006-8')
-rw-r--r--npc/006-8/kage.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/006-8/kage.txt b/npc/006-8/kage.txt
index 515de03d5..1fb1b6af1 100644
--- a/npc/006-8/kage.txt
+++ b/npc/006-8/kage.txt
@@ -41,7 +41,7 @@ OnTouch:
end;
OnTouch:
- if ($@CAPTURE_INSC)
+ if ($@CAPTURE_INSC && CAPTURE_FLAG >= 0)
bgjoin($@CAPTURE_T1, "006-8", 37, 58);
end;
}
@@ -50,7 +50,7 @@ OnTouch:
end;
OnTouch:
- if ($@CAPTURE_INSC)
+ if ($@CAPTURE_INSC && CAPTURE_FLAG >= 0)
bgjoin($@CAPTURE_T2, "006-8", 52, 58);
end;
}