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:
Ghom
2025-10-18 11:43:38 +02:00
committed by GitHub
co-authored by ArcaneMusic
parent 45d7078120
commit e5be2d0f91
22 changed files with 296 additions and 79 deletions
+8
View File
@@ -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,
))