mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Fixes Offduty engi and explorers spawning without survival boxes
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
/decl/hierarchy/outfit/job/assistant/engineer
|
||||
id_type = /obj/item/weapon/card/id/engineering
|
||||
flags = OUTFIT_EXTENDED_SURVIVAL
|
||||
flags = OUTFIT_HAS_BACKPACK|OUTFIT_EXTENDED_SURVIVAL
|
||||
|
||||
/decl/hierarchy/outfit/job/assistant/medic
|
||||
id_type = /obj/item/weapon/card/id/medical
|
||||
|
||||
@@ -18,4 +18,4 @@
|
||||
|
||||
/decl/hierarchy/outfit/job/assistant/explorer
|
||||
id_type = /obj/item/weapon/card/id/explorer
|
||||
flags = OUTFIT_COMPREHENSIVE_SURVIVAL
|
||||
flags = OUTFIT_HAS_BACKPACK|OUTFIT_COMPREHENSIVE_SURVIVAL
|
||||
|
||||
Reference in New Issue
Block a user