summaryrefslogtreecommitdiff
path: root/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp
diff options
context:
space:
mode:
authorEblo <7004497+Eblo@users.noreply.github.com>2025-01-06 22:18:16 -0500
committerGitHub <noreply@github.com>2025-01-06 21:18:16 -0600
commit2f2a7aa1341d4ec6f3970f2f980e8ef290eed6f8 (patch)
tree09d584922f6704ebc85f4e92a4b643a226b50f2a /mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp
parent4d2927ac2980a0dd243bf41780ae74580a55cdb7 (diff)
Only kill Winter Village owl if both Lens and magic are acquired (#142)
* Only kill owl if both Lens and magic are acquired * Rename kill owl VB
Diffstat (limited to 'mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp')
-rw-r--r--mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp b/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp
index 385d4956b..44f0a2964 100644
--- a/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp
+++ b/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp
@@ -66,6 +66,7 @@ void Rando::ActorBehavior::OnFileLoad() {
Rando::ActorBehavior::InitEnMaYtoBehavior();
Rando::ActorBehavior::InitEnMnkBehavior();
Rando::ActorBehavior::InitEnOsnBehavior();
+ Rando::ActorBehavior::InitEnOwlBehavior();
Rando::ActorBehavior::InitEnRuppecrowBehavior();
Rando::ActorBehavior::InitEnRzBehavior();
Rando::ActorBehavior::InitEnSellnutsBehavior();