branchrust_reboot/main/jungle_update/outbreak_outfitcancel
7 Commits over 0 Days - ∞cph!
NVG outfit stomped it's death icon again?
Reimplement loadout stripbehavior with bools
- only clear wearables for NVG outfit
- only clear wearables for outbreak outfit (don't clear belt, only add item)
Reserialize loadouts with their new fields
Switch loadouts from an enum to control what contains are stripped to a separate bool per container
- allows to to control what items are replaced vs added additively
Add jungle loadout to SpawnHandler
- for jungle only for now because Unity doesn't want to serialize Dictionary<Biome,Loadout>
Give out jungle outfit to scientists that spawn in the jungle biome
- handle in base level SpawnGroup
- covers junkpiles and monuments, manually spawned scientists don't follow this
only overwrite death icon when a loadout has a death icon provided
Fix NVG loadout for military tunnel scientists having it's death icon stomped in CS
110444