6 lines
266 B
Plaintext
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)
|