Yolo lets put in tornados and geysers

This commit is contained in:
Nick 2022-03-07 16:50:52 -05:00
parent 8bf6cf8962
commit bee527246f

View File

@ -35,7 +35,7 @@ namespace NewHorizons.Builder.Props
{ {
foreach(var geyserInfo in config.Props.Geysers) foreach(var geyserInfo in config.Props.Geysers)
{ {
//GeyserBuilder.Make(go, sector, geyserInfo); GeyserBuilder.Make(go, sector, geyserInfo);
} }
} }
if(config.Props.Rafts != null) if(config.Props.Rafts != null)
@ -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)