Allows cyborgs to perform limb augmentation (#32233)
* allows organ storage bags to be used to augment limbs * replaces hardcoded stuff with intiial()
This commit is contained in:
committed by
CitadelStationBot
parent
910e6b6396
commit
4f04256e46
@@ -152,8 +152,8 @@
|
||||
if(current_type == "insert")
|
||||
if(istype(tool, /obj/item/organ_storage))
|
||||
I = tool.contents[1]
|
||||
tool.icon_state = "evidenceobj"
|
||||
tool.desc = "A container for holding body parts."
|
||||
tool.icon_state = initial(tool.icon_state)
|
||||
tool.desc = initial(tool.desc)
|
||||
tool.cut_overlays()
|
||||
tool = I
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user