Cult deconversion logging for admin logs (#22493)

* logs for deconversion

* KISS
This commit is contained in:
Burzah
2023-09-23 19:36:45 -05:00
committed by GitHub
parent 45bf2ffc78
commit 56a041e274
+2 -1
View File
@@ -151,7 +151,7 @@ GLOBAL_LIST_EMPTY(all_cults)
A.Grant(cult_mind.current)
SEND_SOUND(cult_mind.current, sound('sound/ambience/antag/bloodcult.ogg'))
cult_mind.current.create_attack_log("<span class='danger'>Has been converted to the cult!</span>")
cult_mind.current.create_log(CONVERSION_LOG, "converted to the cult")
cult_mind.current.create_log(CONVERSION_LOG, "Converted to the cult")
if(jobban_isbanned(cult_mind.current, ROLE_CULTIST) || jobban_isbanned(cult_mind.current, ROLE_SYNDICATE))
replace_jobbanned_player(cult_mind.current, ROLE_CULTIST)
@@ -206,6 +206,7 @@ GLOBAL_LIST_EMPTY(all_cults)
singlemutcheck(H, GLOB.clumsyblock, MUTCHK_FORCED)
for(var/datum/action/innate/toggle_clumsy/A in H.actions)
A.Remove(H)
cult_mind.current.create_log(CONVERSION_LOG, "Deconverted from the cult")
check_cult_size()
if(show_message)
cultist.visible_message("<span class='cult'>[cultist] looks like [cultist.p_they()] just reverted to [cultist.p_their()] old faith!</span>",