diff options
author | Jared Adams <jaxad0127@gmail.com> | 2013-06-09 17:39:39 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2013-06-09 17:39:39 -0600 |
commit | 575f4774d34648e8847b244ee279dd2e0cf35325 (patch) | |
tree | 742c4899f18a9e7363525996a18c7ae7628f3cc3 /world/map/npc/botcheck/announcements.txt | |
parent | eeb7705b43dbc6101c4e75972a62a9cb05bbd15b (diff) | |
download | serverdata-575f4774d34648e8847b244ee279dd2e0cf35325.tar.gz serverdata-575f4774d34648e8847b244ee279dd2e0cf35325.tar.bz2 serverdata-575f4774d34648e8847b244ee279dd2e0cf35325.tar.xz serverdata-575f4774d34648e8847b244ee279dd2e0cf35325.zip |
Remove requirement for GM cap from announcer script
Also fix some grammar.
Diffstat (limited to 'world/map/npc/botcheck/announcements.txt')
-rw-r--r-- | world/map/npc/botcheck/announcements.txt | 6 |
1 files 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: |