Files
CHOMPStation2/code/modules/organs/internal/robotic/robotic.dm
2020-11-08 17:04:32 +00:00

13 lines
306 B
Plaintext

/obj/item/organ/internal/robotic
name = "FBP component"
desc = "A complex piece of a much more complex machine."
icon_state = "eyes-prosthetic"
can_reject = FALSE // It's a robotic part. Why would it reject.
decays = FALSE // Ditto. Rust takes a while.
robotic = ORGAN_ROBOT
butcherable = FALSE