From c99162adfd0722dcff5a812f91e2523068f1cbe6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 25 Jan 2020 18:14:22 -0300 Subject: Lua Inflaction - No longer apply price overcharge to Ms. @demure Nor to any senior Game Master. --- npc/003-2/lua.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') 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 -- cgit v1.2.3-60-g2f50