Files
VOREStation/code/__defines/organ_external.dm
T
Kashargul 55a3daa81d bunch of issues (#17900)
* bunch of issues

* .

* fix those properly

* safety else none at all

* .

* workaround for a byond bug

* .

* invis robot weapons

* light needs to be reset

* .

* use proper datums

* fix sorting here

* only store non vital

* .

* Update organ_external.dm
2025-06-25 23:39:44 -07:00

11 lines
145 B
Plaintext

GLOBAL_LIST_INIT(storable_amputated_organs, list(
BP_L_FOOT,
BP_R_FOOT,
BP_L_LEG,
BP_R_LEG,
BP_L_HAND,
BP_R_HAND,
BP_L_ARM,
BP_R_ARM,
))