mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-27 01:56:45 +01:00
* 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
14 lines
407 B
Plaintext
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
|