diff options
| author | Eblo <7004497+Eblo@users.noreply.github.com> | 2025-01-19 10:35:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-19 09:35:50 -0600 |
| commit | fd2e64293d1d5cf1a2d41bd349f0422aa46e8204 (patch) | |
| tree | b82d4592d758ab1dd70c83c359f9574c2dad4f49 /mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp | |
| parent | 0bd9852f8a382213837dada9202c245776561cea (diff) | |
Shuffle Beaver Bros empty bottle and heart piece (#184)
* Shuffle Beaver Bros bottle and heart piece
* Allow repeat rupee rewards for beaver races
Diffstat (limited to 'mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp')
| -rw-r--r-- | mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp b/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp index 465e4cd15..105b56e54 100644 --- a/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp +++ b/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp @@ -40,6 +40,7 @@ void Rando::ActorBehavior::OnFileLoad() { Rando::ActorBehavior::InitEnAlBehavior(); Rando::ActorBehavior::InitEnAnBehavior(); Rando::ActorBehavior::InitEnAob01Behavior(); + Rando::ActorBehavior::InitEnAzBehavior(); Rando::ActorBehavior::InitEnBabaBehavior(); Rando::ActorBehavior::InitEnBalBehavior(); Rando::ActorBehavior::InitEnBomBowlManBehavior(); |
