mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
13 lines
306 B
Plaintext
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
|