Files
GS13NG/code/modules/mob/living/carbon/human/damage_procs.dm
2017-07-10 16:13:16 -07:00

6 lines
266 B
Plaintext

/mob/living/carbon/human/apply_damage(damage = 0,damagetype = BRUTE, def_zone = null, blocked = FALSE)
// depending on the species, it will run the corresponding apply_damage code there
return dna.species.apply_damage(damage, damagetype, def_zone, blocked, src)