Space Station 13 - Modules - TypesVar Details - Proc Details

internal

Vars

slotUnique 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_restrictionsEmpty list == all species allowed
unremovableWhether it shows up as an option to remove during surgery.

Procs

removeRemoves 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!
robotizeINTERNAL 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