From bf808e3d0ca78aa275d4c8145d44b364cb690d8c Mon Sep 17 00:00:00 2001 From: "baloh.matevz" Date: Wed, 21 Sep 2011 01:15:35 +0000 Subject: [PATCH] Fixed an error where PP, VV and SM would repeat twice in received prayers and JMP would be skipped. Also added CA to prayers cause, why the heck not. Check the previous few commits for meaning of abbreviations or the admin forum for a tutorial. Screenshot: http://www.kamletos.si/adminhelps%20and%20prayers2.PNG git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2241 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/admin/verbs/adminhelp.dm | 2 +- code/modules/admin/verbs/pray.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/admin/verbs/adminhelp.dm b/code/modules/admin/verbs/adminhelp.dm index 86b856edcb..6d92691be7 100644 --- a/code/modules/admin/verbs/adminhelp.dm +++ b/code/modules/admin/verbs/adminhelp.dm @@ -15,7 +15,7 @@ for (var/mob/M in world) if (M.client && M.client.holder) - M << "\blue HELP: [key_name(src, M)] (PP) (VV) (SM) (JMP) (CA):[msg]" + M << "\blue HELP: [key_name(src, M)] (PP) (VV) (SM) (JMP) (CA): [msg]" usr << "Your message has been broadcast to administrators." log_admin("HELP: [key_name(src)]: [msg]") diff --git a/code/modules/admin/verbs/pray.dm b/code/modules/admin/verbs/pray.dm index ec332482ed..30b2b96d7d 100644 --- a/code/modules/admin/verbs/pray.dm +++ b/code/modules/admin/verbs/pray.dm @@ -17,7 +17,7 @@ for (var/mob/M in world) if (M.client && M.client.holder && M.client.seeprayers) - M << "\blue \icon[cross] PRAY: [key_name(src, M)] (PP) (VV) (SM)(PP) (VV) (SM): [msg]" + M << "\blue \icon[cross] PRAY: [key_name(src, M)] (PP) (VV) (SM) (JMP) (CA): [msg]" usr << "Your prayers have been received by the gods." //log_admin("HELP: [key_name(src)]: [msg]")