Update EarthDay configuration to replace VineCount with FlowersCount and adjust flower generation logic

This commit is contained in:
CodeDevMLH
2026-02-28 14:08:12 +01:00
parent 25e678af8d
commit 9f7ecd9cd0
2 changed files with 3 additions and 3 deletions

View File

@@ -159,7 +159,7 @@ public class ChristmasOptions {
public class EarthDayOptions {
public bool EnableEarthDay { get; set; } = true;
public int VineCount { get; set; } = 4;
public int FlowersCount { get; set; } = 60;
}
public class EasterOptions {