Switches to a functional #undef statement

This commit is contained in:
Crazylemon64
2016-03-08 17:05:14 -08:00
parent d6c71b4469
commit bdf4b05e16
2 changed files with 10 additions and 10 deletions
@@ -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 << "<span class='warning'>You need to hold still in order to regrow a limb!</span>"
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)
..()
@@ -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)