diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 9c75dd3ede5..e19e5c2ddbb 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -1638,6 +1638,9 @@ Eyes need to have significantly high darksight to shine unless the mob has the X return CPR_CHEST_COMPRESSION_ONLY return CPR_RESCUE_BREATHS +#undef CPR_CHEST_COMPRESSION_ONLY +#undef CPR_RESCUE_BREATHS + /mob/living/carbon/human/canBeHandcuffed() if(get_num_arms() >= 2) return TRUE