Should prevent cloned Skrells and cats losing ears/tentacles after cloning.

This commit is contained in:
Chinsky
2012-11-16 13:36:58 +04:00
parent c431877bf0
commit 750dc608fc
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -122,7 +122,7 @@
if(status & ORGAN_BROKEN)
owner.emote("scream")
if(used_weapon) add_autopsy_data(used_weapon, brute + burn)
owner.updatehealth()
@@ -464,7 +464,7 @@
W = new wound_type(damage)
// Possibly trigger an internal wound, too.
if(damage > 10 && prob(damage) && type != "BURN")
if(damage > 10 && prob(damage))
var/datum/wound/internal_bleeding/I = new (15)
wounds += I