This commit is contained in:
Markolie
2015-10-07 19:39:38 +02:00
parent dddfff41b4
commit f56f2f43dd
3 changed files with 4 additions and 2 deletions
@@ -412,7 +412,8 @@
var/armor = run_armor_check(affecting, "melee")
var/obj/item/organ/external/affected = src.get_organ(dam_zone)
affected.add_autopsy_data(M.name, damage) // Add the mob's name to the autopsy data
if(affected)
affected.add_autopsy_data(M.name, damage) // Add the mob's name to the autopsy data
apply_damage(damage, BRUTE, affecting, armor, M.name)
updatehealth()
+1
View File
@@ -129,6 +129,7 @@
w_class = 3
body_part = HEAD
parent_organ = "chest"
var/can_intake_reagents = 1
/obj/item/organ/external/diona/head/removed()
if(owner)