From ea5f25f3f9757a138b311c45bb5d3867fd4542b8 Mon Sep 17 00:00:00 2001 From: hal9000PR Date: Tue, 17 Aug 2021 15:18:00 +0100 Subject: [PATCH] undefine --- code/modules/mob/living/carbon/human/human.dm | 3 +++ 1 file changed, 3 insertions(+) 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