mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Disable tornados for release
This commit is contained in:
parent
485275bb2a
commit
91a5027ef6
@ -46,7 +46,7 @@ namespace NewHorizons.Builder.Props
|
|||||||
{
|
{
|
||||||
foreach(var tornadoInfo in config.Props.Tornados)
|
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)
|
if(config.Props.Dialogue != null)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user