Sanctuary goal

This commit is contained in:
2025-03-10 08:39:38 -05:00
parent f9ef948c68
commit 13042ec841
2 changed files with 3 additions and 1 deletions

View File

@@ -18,6 +18,7 @@
[SettingName("swords")] [SettingName("swords")]
public Weapons Weapons { get; set; } = Weapons.Random; public Weapons Weapons { get; set; } = Weapons.Random;
[RequiredSetting([Apr2025], Goal.Ganon)]
public Goal Goal { get; set; } = Goal.Ganon; public Goal Goal { get; set; } = Goal.Ganon;
[SettingName("crystals_ganon")] [SettingName("crystals_ganon")]
@@ -158,6 +159,7 @@
[SettingName("triforcehunt")]TriforceHunt, [SettingName("triforcehunt")]TriforceHunt,
GanonHunt, GanonHunt,
Completionist, Completionist,
Sanctuary,
} }
public enum EntryRequirement { public enum EntryRequirement {