Files
ZandarioandGitHub db39fde779 Butchering, Macro standardization, and generic tidying (#3936)
* Beginning

* Moar

* Blelelelele

* Robo Organs *Flooshed*

* Went overboard and organized a shit ton of tags...

* Partially implements VOREStation#9287

* Performance fixes from Polaris#7759

* More Code Cleaning

* Recompiled TGUI Bundle
2022-04-26 13:21:19 -07:00

14 lines
407 B
Plaintext

/obj/item/organ/internal/robotic
name = "FBP component"
desc = "A complex piece of a much more complex machine."
icon_state = "eyes-prosthetic"
// It's a robotic part. Why would it reject.
can_reject = FALSE
// Ditto. Rust takes a while.
decays = FALSE
// Well of course this organ is of the robotic type.
robotic = ORGAN_ROBOT
// I'd like to see you try to butcher a robot.
butcherable = FALSE