mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-18 12:50:29 +01:00
55a3daa81d
* 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
11 lines
145 B
Plaintext
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,
|
|
))
|