From bdf4b05e16be18a04525bd043af570662a330bf7 Mon Sep 17 00:00:00 2001 From: Crazylemon64 Date: Tue, 8 Mar 2016 17:05:14 -0800 Subject: [PATCH] Switches to a functional #undef statement --- .../mob/living/carbon/human/species/station.dm | 12 ++++++------ code/modules/surgery/organs/organ_external.dm | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species/station.dm b/code/modules/mob/living/carbon/human/species/station.dm index ad06f968397..18d2727214f 100644 --- a/code/modules/mob/living/carbon/human/species/station.dm +++ b/code/modules/mob/living/carbon/human/species/station.dm @@ -420,9 +420,9 @@ H.update_body() return ..() -#undefine SLIMEPERSON_COLOR_SHIFT_TRIGGER -#undefine SLIMEPERSON_ICON_UPDATE_PERIOD -#undefine SLIMEPERSON_BLOOD_SCALING_FACTOR +#undef SLIMEPERSON_COLOR_SHIFT_TRIGGER +#undef SLIMEPERSON_ICON_UPDATE_PERIOD +#undef SLIMEPERSON_BLOOD_SCALING_FACTOR /mob/living/carbon/human/proc/toggle_recolor(var/silent = 0) var/datum/species/slime/S = all_species[get_species()] @@ -531,9 +531,9 @@ src << "You need to hold still in order to regrow a limb!" return -#undefine SLIMEPERSON_HUNGERCOST -#undefine SLIMEPERSON_MINHUNGER -#undefine SLIMEPERSON_REGROWTHDELAY +#undef SLIMEPERSON_HUNGERCOST +#undef SLIMEPERSON_MINHUNGER +#undef SLIMEPERSON_REGROWTHDELAY /datum/species/slime/handle_pre_change(var/mob/living/carbon/human/H) ..() diff --git a/code/modules/surgery/organs/organ_external.dm b/code/modules/surgery/organs/organ_external.dm index 6c236c5fe3d..98e372eb21e 100644 --- a/code/modules/surgery/organs/organ_external.dm +++ b/code/modules/surgery/organs/organ_external.dm @@ -261,10 +261,10 @@ if(owner_old) owner_old.updatehealth() return update_icon() -#undefine LIMB_SHARP_THRESH_INT_DMG -#undefine LIMB_THRESH_INT_DMG -#undefine LIMB_DMG_PROB -#undefine LIMB_NO_BONE_DMG_PROB +#undef LIMB_SHARP_THRESH_INT_DMG +#undef LIMB_THRESH_INT_DMG +#undef LIMB_DMG_PROB +#undef LIMB_NO_BONE_DMG_PROB /obj/item/organ/external/proc/heal_damage(brute, burn, internal = 0, robo_repair = 0) if(status & ORGAN_ROBOT && !robo_repair)