From 575f4774d34648e8847b244ee279dd2e0cf35325 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sun, 9 Jun 2013 17:39:39 -0600 Subject: Remove requirement for GM cap from announcer script Also fix some grammar. --- world/map/npc/botcheck/announcements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/world/map/npc/botcheck/announcements.txt b/world/map/npc/botcheck/announcements.txt index d975984d..ec0b9f6c 100644 --- a/world/map/npc/botcheck/announcements.txt +++ b/world/map/npc/botcheck/announcements.txt @@ -14,7 +14,7 @@ botcheck.gat,49,29,0|script|Stone Board|348,{ -if (!(getgmlevel() >= 60 && getequipid(equip_head) == 725)) +if (getgmlevel() < 60) goto L_Close; if ($@GMSA_STATUS == 0) @@ -107,8 +107,8 @@ L_Help: S_Help: mes "[GM Scheduled Broadcasts Board]"; - mes "This board allows a GM to schedule a message to be broadcasted every X hours."; - mes "Only one broadcast can be scheduled at once."; + mes "This board allows a GM to schedule a message to be broadcast every X hours."; + mes "Only one broadcast can be scheduled at a time."; return; S_PerformBroadcast: -- cgit v1.2.3-60-g2f50