mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-20 10:37:17 +01:00
Cult deconversion logging for admin logs (#22493)
* logs for deconversion * KISS
This commit is contained in:
@@ -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>",
|
||||
|
||||
Reference in New Issue
Block a user