From 13042ec8416379405c48ef3c721311265dabd073 Mon Sep 17 00:00:00 2001 From: Kara Alexandra Date: Mon, 10 Mar 2025 08:39:38 -0500 Subject: [PATCH] Sanctuary goal --- ALttPRandomizer/Model/SeedSettings.cs | 2 ++ BaseRandomizer | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ALttPRandomizer/Model/SeedSettings.cs b/ALttPRandomizer/Model/SeedSettings.cs index 94f367c..909cc26 100644 --- a/ALttPRandomizer/Model/SeedSettings.cs +++ b/ALttPRandomizer/Model/SeedSettings.cs @@ -18,6 +18,7 @@ [SettingName("swords")] public Weapons Weapons { get; set; } = Weapons.Random; + [RequiredSetting([Apr2025], Goal.Ganon)] public Goal Goal { get; set; } = Goal.Ganon; [SettingName("crystals_ganon")] @@ -158,6 +159,7 @@ [SettingName("triforcehunt")]TriforceHunt, GanonHunt, Completionist, + Sanctuary, } public enum EntryRequirement { diff --git a/BaseRandomizer b/BaseRandomizer index 4a8ab9e..9ad70fb 160000 --- a/BaseRandomizer +++ b/BaseRandomizer @@ -1 +1 @@ -Subproject commit 4a8ab9e02fd10a4c3127f775f32a978e5c8a19d4 +Subproject commit 9ad70fb3d7f579221508f8fe0e706d3a23af0b04