mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
Adds logging for thrall deconversions (#25305)
* thrall deconversion logging inside water.dm * moves logging to vamp_thrall.dm instead
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user