mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Yolo lets put in tornados and geysers
This commit is contained in:
parent
8bf6cf8962
commit
bee527246f
@ -35,7 +35,7 @@ namespace NewHorizons.Builder.Props
|
||||
{
|
||||
foreach(var geyserInfo in config.Props.Geysers)
|
||||
{
|
||||
//GeyserBuilder.Make(go, sector, geyserInfo);
|
||||
GeyserBuilder.Make(go, sector, geyserInfo);
|
||||
}
|
||||
}
|
||||
if(config.Props.Rafts != null)
|
||||
@ -46,7 +46,7 @@ namespace NewHorizons.Builder.Props
|
||||
{
|
||||
foreach(var tornadoInfo in config.Props.Tornados)
|
||||
{
|
||||
//TornadoBuilder.Make(go, sector, tornadoInfo, config.Atmosphere?.Cloud != null);
|
||||
TornadoBuilder.Make(go, sector, tornadoInfo, config.Atmosphere?.Cloud != null);
|
||||
}
|
||||
}
|
||||
if(config.Props.Dialogue != null)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user