more expedition changes (#17403)
Co-authored-by: deltanedas <@deltanedas:kde.org> Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -115,8 +115,7 @@ public sealed class SpawnSalvageMissionJob : Job<bool>
|
||||
_entManager.System<AtmosphereSystem>().SetMapSpace(mapUid, air.Space, atmos);
|
||||
_entManager.System<AtmosphereSystem>().SetMapGasMixture(mapUid, new GasMixture(2500)
|
||||
{
|
||||
// TODO: temperature mods
|
||||
Temperature = 293.15f,
|
||||
Temperature = mission.Temperature,
|
||||
Moles = moles,
|
||||
}, atmos);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user