summaryrefslogtreecommitdiff
path: root/npc/003-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-01-25 18:14:22 -0300
committerJesusaves <cpntb1@ymail.com>2020-01-25 18:14:22 -0300
commitc99162adfd0722dcff5a812f91e2523068f1cbe6 (patch)
tree884dade1f9947d20f152d3fe8abbc4f97b711a41 /npc/003-2
parentd387d7058f45b0dbac3bc0086f744791f38706ae (diff)
downloadserverdata-c99162adfd0722dcff5a812f91e2523068f1cbe6.tar.gz
serverdata-c99162adfd0722dcff5a812f91e2523068f1cbe6.tar.bz2
serverdata-c99162adfd0722dcff5a812f91e2523068f1cbe6.tar.xz
serverdata-c99162adfd0722dcff5a812f91e2523068f1cbe6.zip
Lua Inflaction - No longer apply price overcharge to Ms. @demure
Nor to any senior Game Master.
Diffstat (limited to 'npc/003-2')
-rw-r--r--npc/003-2/lua.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt
index 5555eaae8..42257d51c 100644
--- a/npc/003-2/lua.txt
+++ b/npc/003-2/lua.txt
@@ -63,7 +63,7 @@ OnGMEventShop:
L_GMEventShop:
// Inflaction: Non-admins pay more out of main events (for whatever reasons)
.@inf=1;
- if (!is_admin() && $EVENT$ == "")
+ if (!is_master() && $EVENT$ == "")
.@inf+=1;
// Main Code