summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 1eea957e3..45dbed0f7 100644
--- a/npc/006-8/kage.txt
+++ b/npc/006-8/kage.txt
@@ -76,7 +76,7 @@ OnTouch:
mesn;
mesq l("Oh, and if I perchance catch you using %s or %s... You'll be banned from my game, understood?", b(l("splash weapons")), b(l("splash magic")));
mesc l("-- In such event, Candor Underground B4F will be permanently unreachable for this char."), 1;
- if (is_gm() && !$@CAPTURE_FLAG) {
+ if (is_admin() && !$@CAPTURE_FLAG) {
next;
select
l("Ok"),
@@ -165,7 +165,7 @@ function getmobid {
else if (.@lv <= 52)
return HoodedNinja;
else if (.@lv <= 60)
- return FrostiaGuard;
+ return FallenGuard1;
else if (.@lv <= 65)
return Scar;
else if (.@lv <= 75)