fixes some missing arguments and runtimes

This commit is contained in:
Coul
2019-09-16 16:18:16 -04:00
parent 09629c6933
commit d89d4dbc38
20 changed files with 96 additions and 141 deletions
@@ -204,8 +204,8 @@
name = limb_name
..()
/obj/item/organ/external/head/receive_damage(brute, burn, sharp, used_weapon = null, list/forbidden_limbs = list(), ignore_resists = FALSE)
..(brute, burn, sharp, used_weapon, forbidden_limbs, ignore_resists)
/obj/item/organ/external/head/receive_damage(brute, burn, sharp, used_weapon = null, list/forbidden_limbs = list(), ignore_resists = FALSE, updating_health = TRUE)
..()
if(!disfigured)
if(brute_dam + burn_dam > 50)
disfigure()