diff options
Diffstat (limited to 'npc/003-1/luca.txt')
-rw-r--r-- | npc/003-1/luca.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/luca.txt b/npc/003-1/luca.txt index 2eadf0507..b51553bde 100644 --- a/npc/003-1/luca.txt +++ b/npc/003-1/luca.txt @@ -12,8 +12,8 @@ if (BaseLevel < 40) close; if (getskilllv(SM_BASH) >= 1) mesq l("Are you using my skill?"); if (getskilllv(SM_BASH) >= 1) close; - if (!getgmlevel()) mesq l("Hey, you're strong! Congratulations!"); - if (!getgmlevel()) close; + if (!is_staff()) mesq l("Hey, you're strong! Congratulations!"); + if (!is_staff()) close; mesq l("Hey, you are strong! But still, so, so GREEN! You're PATHETIC! I mean, look your skill list! Empty!"); next; // The last argument is duration: 0 - permanent 1- temporary. If omitted, defaults to 1. |