Night on Europa (#27731)

night
This commit is contained in:
Ed
2024-05-07 06:02:22 +03:00
committed by GitHub
parent 19aeff26ec
commit cc9e40820f
3 changed files with 6 additions and 3 deletions

View File

@@ -30,6 +30,6 @@ public sealed partial class StationBiomeSystem : EntitySystem
var mapId = Transform(station.Value).MapID;
var mapUid = _mapManager.GetMapEntityId(mapId);
_biome.EnsurePlanet(mapUid, _proto.Index(map.Comp.Biome), map.Comp.Seed);
_biome.EnsurePlanet(mapUid, _proto.Index(map.Comp.Biome), map.Comp.Seed, mapLight: map.Comp.MapLightColor);
}
}