This commit is contained in:
JohnCorby 2023-06-05 18:12:36 -07:00
parent bdac8c8924
commit 5ecaf5fa75
3 changed files with 3 additions and 3 deletions

View File

@ -120,7 +120,7 @@ namespace NewHorizons.External.Modules
/// <summary>
/// Fluid type for sounds/effects when colliding with this cloud.
/// </summary>
[DefaultValue("cloud")] public NHFluidType fluidType = NHFluidType.Cloud;
[DefaultValue("cloud")] public NHFluidType fluidType = NHFluidType.CLOUD;
/// <summary>
/// Add lightning to this planet like on Giant's Deep.

View File

@ -68,7 +68,7 @@ namespace NewHorizons.External.Modules.Props
/// <summary>
/// Fluid type for sounds/effects when colliding with this tornado.
/// </summary>
[DefaultValue("cloud")] public NHFluidType fluidType = NHFluidType.Cloud;
[DefaultValue("cloud")] public NHFluidType fluidType = NHFluidType.CLOUD;
}
}

View File

@ -12,7 +12,7 @@ namespace NewHorizons.External.Modules
/// <summary>
/// Fluid type for sounds/effects when colliding with this ring.
/// </summary>
public NHFluidType fluidType = NHFluidType.None;
public NHFluidType fluidType = NHFluidType.NONE;
/// <summary>
/// Angle between the rings and the equatorial plane of the planet.