Update randos and merge beta into main

This commit is contained in:
2026-06-07 13:49:43 -05:00
parent 81110a2852
commit 2eb946a042
4 changed files with 7 additions and 7 deletions

View File

@@ -105,7 +105,7 @@
public ShowLootMap ShowLootMap { get; set; } = ShowLootMap.Never;
[SettingName("loothud")]
[IgnoreSetting(Apr2025, Base)]
[IgnoreSetting(Apr2025)]
public ShowLootHud ShowLootHud { get; set; } = ShowLootHud.Never;
[SettingName("showmap")]
@@ -168,7 +168,7 @@
public TrapDoorMode TrapDoorMode { get; set; } = TrapDoorMode.Some;
[SettingName("extra_keys")]
[IgnoreSetting(Apr2025, Base)]
[IgnoreSetting(Apr2025)]
public ExtraKeysMode ExtraKeys { get; set; } = ExtraKeysMode.None;
[NoSettingName]
@@ -218,9 +218,9 @@
}
public enum RandomizerInstance {
[GeneratorSettings("base", "GK_", "--bps", "--spoiler=json")] Base,
[GeneratorSettings("base", "GK_", "--bps", "--spoiler=json", "--patches=colordorm")] Base,
[GeneratorSettings("beta", "GK_", "--bps", "--spoiler=json", "--patches=colordorm")] Beta,
[GeneratorSettings("pikit", "GK_", "--bps", "--spoiler=json")] Pikit,
[GeneratorSettings("pikit", "GK_", "--bps", "--spoiler=json", "--patches=colordorm")] Pikit,
[GeneratorSettings("apr2025", "ER_", requireFlips: true, "--json_spoiler")] Apr2025,
}