From e5a979d560a92fe00d7c4c6e26d81c70c25d7afa Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 17 Jan 2022 14:56:30 -0300 Subject: Fix typo --- npc/006-8/kage.txt | 4 ++-- 1 file 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) -- cgit v1.2.3-60-g2f50