From 3cce0a1bfae58005730eefbeafa547b22d2e6e88 Mon Sep 17 00:00:00 2001 From: Razgriz Date: Mon, 13 Jan 2020 19:25:26 -0700 Subject: [PATCH] Remove Resleeving Sickness --- code/modules/resleeving/machines.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/resleeving/machines.dm b/code/modules/resleeving/machines.dm index cf70e2eb43..22282edff4 100644 --- a/code/modules/resleeving/machines.dm +++ b/code/modules/resleeving/machines.dm @@ -596,7 +596,7 @@ else occupant.add_modifier(/datum/modifier/resleeving_sickness, sickness_duration) // Much more serious if it wasn't a death by vore though occupant.mind.vore_death = FALSE // Reset our death type. Just in case -/*CHOMPStation removal end +*/ //CHOMPStation removal end if(occupant.mind && occupant.original_player && ckey(occupant.mind.key) != occupant.original_player) log_and_message_admins("is now a cross-sleeved character. Body originally belonged to [occupant.real_name]. Mind is now [occupant.mind.name].",occupant)