mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Sensors can now be printed, removed and installed on jumpsuits. HANDCRAFTED jumpsuits no longer have sensors by default (also mild crafting refactor) (#93121)
Co-authored-by: ArcaneMusic <41715314+ArcaneMusic@users.noreply.github.com>
This commit is contained in:
@@ -9,3 +9,11 @@ GLOBAL_LIST_INIT(backpacklist, list(
|
||||
GMESSENGER,
|
||||
LSATCHEL,
|
||||
))
|
||||
|
||||
|
||||
GLOBAL_LIST_INIT(suit_sensor_mode_to_defines, list(
|
||||
"Off" = SENSOR_OFF,
|
||||
"Binary vitals" = SENSOR_LIVING,
|
||||
"Exact vitals" = SENSOR_VITALS,
|
||||
"Tracking beacon" = SENSOR_COORDS,
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user