mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Synthskin Limb/Shell Changes (#9127)
This commit is contained in:
@@ -297,7 +297,7 @@
|
||||
// No need to notify about robotic limbs if they're not damaged, really.
|
||||
continue
|
||||
else
|
||||
wound_flavor_text["[temp.name]"] = "<span class='warning'>[T.He] [T.has] a robot [temp.name]. It has[temp.get_wounds_desc()]!</span>\n"
|
||||
wound_flavor_text["[temp.name]"] = "<span class='warning'>[T.He] [T.has] [temp.get_wounds_desc()] on [T.his] [temp.name].</span><br>"
|
||||
else if(temp.wounds.len > 0 || temp.open)
|
||||
if(temp.is_stump() && temp.parent_organ && organs_by_name[temp.parent_organ])
|
||||
var/obj/item/organ/external/parent = organs_by_name[temp.parent_organ]
|
||||
|
||||
@@ -344,9 +344,9 @@
|
||||
if(H.isSynthetic())
|
||||
for(var/obj/item/organ/external/E in H.organs)
|
||||
if(E.status & ORGAN_CUT_AWAY || E.is_stump()) continue
|
||||
E.robotize()
|
||||
E.robotize(E.robotize_type)
|
||||
for(var/obj/item/organ/I in H.internal_organs)
|
||||
I.robotize()
|
||||
I.robotize(I.robotize_type)
|
||||
|
||||
if(isvaurca(H))
|
||||
for (var/obj/item/organ/external/E in H.organs)
|
||||
|
||||
Reference in New Issue
Block a user