mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-19 14:42:25 +00:00
* Make Butchering more modular. Don't tell the demon lords. * No guts no glory. That was far more work than expected to get organs to just process and work for butchering holy shit. * Chitin and hides oh my. * squeak. ..Why did this not fire on local? * Squelch. * Seven cubed livers, for the doctors in their sterile halls. * Changeling * Prep for Datums * Fix Broken Broken Guns * Redundancy * F l a g s
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
|