Skip to content

Commit

Permalink
Added missing dynamic type allowed to MarineSnowDensityEffect
Browse files Browse the repository at this point in the history
which should fix save loading
  • Loading branch information
hhyyrylainen committed Jan 18, 2025
1 parent 161093b commit ebba48a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/general/world_effects/MarineSnowDensityEffect.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/// Adjusts marine snow densities in patches to correlate with populations of species (so that it makes sense for
/// it to appear only after there are microbes that are assumed to have died to create the marine snow)
/// </summary>
[JSONDynamicTypeAllowed]
public class MarineSnowDensityEffect : IWorldEffect
{
private const string MarineSnowConfiguration = "marineSnow";
Expand Down

0 comments on commit ebba48a

Please sign in to comment.