6 lines
290 B
Plaintext
6 lines
290 B
Plaintext
|
|
|
|
/mob/living/carbon/human/apply_damage(damage = 0,damagetype = BRUTE, def_zone = null, blocked = FALSE, forced = 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, forced)
|