summaryrefslogtreecommitdiff
path: root/npc/001-1/eventmaster.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1/eventmaster.txt')
-rw-r--r--npc/001-1/eventmaster.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-1/eventmaster.txt b/npc/001-1/eventmaster.txt
index bd7266032..247eebb3b 100644
--- a/npc/001-1/eventmaster.txt
+++ b/npc/001-1/eventmaster.txt
@@ -78,7 +78,7 @@ L_Menu:
"Reconfigure spawn/warp points", L_Conf,
rif(.WALL, "Open Extension"), L_DelWall,
rif(!.WALL, "Close Extension"), L_AddWall,
- rif(is_admin(), "Adjust coins drop rate"), L_Rate;
+ rif(is_master(), "Adjust coins drop rate"), L_Rate;
L_Unauthorized:
//dispbottom l("I am too far away to talk. Weird floating thingy...");
@@ -662,7 +662,7 @@ L_Drop:
L_Rate:
// Only Admins can change Strange Coin drop rate
- if (!is_admin())
+ if (!is_master())
goto L_Menu;
mes "";