Merge pull request #9649 from mwerezak/fixes

Fixes
This commit is contained in:
Zuhayr
2015-06-03 11:45:45 +09:30
2 changed files with 4 additions and 2 deletions
+3
View File
@@ -877,11 +877,14 @@ Note that amputating the affected organ does in fact remove the infection from t
dislocated = -1 //TODO, make robotic limbs a separate type, remove snowflake
cannot_break = 1
get_icon()
unmutate()
for (var/obj/item/organ/external/T in children)
if(T)
T.robotize()
/obj/item/organ/external/proc/mutate()
if(src.status & ORGAN_ROBOT)
return
src.status |= ORGAN_MUTATED
owner.update_body()