diff options
Diffstat (limited to 'npc/commands/super-menu.txt')
-rw-r--r-- | npc/commands/super-menu.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/commands/super-menu.txt b/npc/commands/super-menu.txt index cc82a6ad1..5e477b77f 100644 --- a/npc/commands/super-menu.txt +++ b/npc/commands/super-menu.txt @@ -8,11 +8,11 @@ function script SuperMenu { mes l("What do you want to access?"); next; select - l("Scheduled broadcasts"), + rif(is_gm(), l("Scheduled broadcasts")), rif(is_admin(), l("MOTD")), rif(is_gm(), l("Event management")), rif(is_admin() && !getcharid(2), l("Join teh Guild")), - rif(is_admin(), l("Referral Program Report")), + rif(is_staff(), l("Referral Program Report")), rif(is_admin(), "Broken checks"), rif(is_gm(), l("Seasonal Drop Control")), "Debug", |