Adds logging for thrall deconversions (#25305)

* thrall deconversion logging inside water.dm

* moves logging to vamp_thrall.dm instead
This commit is contained in:
Burzah
2024-05-01 23:49:05 +00:00
committed by GitHub
parent f0209d975b
commit f8ebba6ed1
@@ -9,6 +9,7 @@ RESTRICT_TYPE(/datum/antagonist/mindslave/thrall)
SSticker.mode.vampire_enthralled += owner
/datum/antagonist/mindslave/thrall/remove_owner_from_gamemode()
owner.current.create_log(CONVERSION_LOG, "Deconverted from thrall")
SSticker.mode.vampire_enthralled -= owner
/datum/antagonist/mindslave/thrall/apply_innate_effects(mob/living/mob_override)