internal 
Vars | |
slot | Unique slot this organ occupies. See [combat.dm] for defines. DO NOT add slots with matching names to different zones - it will break internal_organs_slot list! |
---|---|
species_restrictions | Empty list == all species allowed |
unremovable | Whether it shows up as an option to remove during surgery. |
Procs | |
remove | Removes the given organ from its owner. Returns the removed object, which is usually just itself. However, you MUST set the object's positiion yourself when you call this! |
robotize | INTERNAL ORGANS DEFINES |
Var Details
slot 
Unique slot this organ occupies. See [combat.dm] for defines. DO NOT add slots with matching names to different zones - it will break internal_organs_slot list!
species_restrictions 
Empty list == all species allowed
unremovable 
Whether it shows up as an option to remove during surgery.
Proc Details
remove
Removes the given organ from its owner. Returns the removed object, which is usually just itself. However, you MUST set the object's positiion yourself when you call this!
robotize
INTERNAL ORGANS DEFINES