From 602531d9124e4946309b457ae6c9fe9184163642 Mon Sep 17 00:00:00 2001 From: Burzah <116982774+Burzah@users.noreply.github.com> Date: Fri, 3 Jan 2025 01:14:05 -0700 Subject: [PATCH] Initial ghost offering logs --- code/modules/mob/mob_misc_procs.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/mob_misc_procs.dm b/code/modules/mob/mob_misc_procs.dm index 45781742509e9..c406f144ef40f 100644 --- a/code/modules/mob/mob_misc_procs.dm +++ b/code/modules/mob/mob_misc_procs.dm @@ -186,6 +186,7 @@ theghost = pick(candidates) to_chat(M, "Your mob has been taken over by a ghost!") message_admins("[key_name_admin(theghost)] has taken control of ([key_name_admin(M)])") + log_admin("[key_name(theghost)] has taken control of [key_name(M)]") var/mob/dead/observer/ghost = M.ghostize(TRUE) // Keep them respawnable ghost?.can_reenter_corpse = FALSE // but keep them out of their old body M.key = theghost.key