diff --git a/code/modules/resleeving/machines.dm b/code/modules/resleeving/machines.dm index d95c72f02a..d10f1ab921 100644 --- a/code/modules/resleeving/machines.dm +++ b/code/modules/resleeving/machines.dm @@ -617,19 +617,6 @@ occupant.confused = max(occupant.confused, confuse_amount) occupant.eye_blurry = max(occupant.eye_blurry, blur_amount) -/* // CHOMPstation removal - // Vore deaths get a fake modifier labeled as such - if(!occupant.mind) - log_debug("[occupant] didn't have a mind to check for vore_death, which may be problematic.") - - if(occupant.mind?.vore_death) - occupant.add_modifier(/datum/modifier/faux_resleeving_sickness, sickness_duration) - occupant.mind.vore_death = FALSE - // Normal ones get a normal modifier to nerf charging into combat - else - occupant.add_modifier(/datum/modifier/resleeving_sickness, sickness_duration) -*/ // CHOMPedit 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)