diff --git a/NewHorizons/Builder/Props/BrambleNodeBuilder.cs b/NewHorizons/Builder/Props/BrambleNodeBuilder.cs index 94056b93..6826ec66 100644 --- a/NewHorizons/Builder/Props/BrambleNodeBuilder.cs +++ b/NewHorizons/Builder/Props/BrambleNodeBuilder.cs @@ -179,8 +179,8 @@ namespace NewHorizons.Builder.Props // change the colors // - if (config.isSeed) SetSeedColors(brambleNode, config.fogTint.ToColor(), config.lightTint.ToColor()); - else SetNodeColors(brambleNode, config.fogTint.ToColor(), config.lightTint.ToColor()); + if (config.isSeed) SetSeedColors(brambleNode, config.fogTint?.ToColor(), config.lightTint?.ToColor()); + else SetNodeColors(brambleNode, config.fogTint?.ToColor(), config.lightTint?.ToColor()); // // set up warps