diff options
| author | Eblo <7004497+Eblo@users.noreply.github.com> | 2025-01-10 16:46:41 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-10 15:46:41 -0600 |
| commit | 384e808c8da8640b9604e086b48d7e41936a23a4 (patch) | |
| tree | 48b70ea4549ae9e8c68883e95d928335d266dd00 /mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp | |
| parent | 109ccce0096fe8472d121935608c05996bf622cf (diff) | |
Fix Postman softlock (#158)
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 5942168fc..fa2f84080 100644 --- a/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp +++ b/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp @@ -68,6 +68,7 @@ void Rando::ActorBehavior::OnFileLoad() { Rando::ActorBehavior::InitEnMnkBehavior(); Rando::ActorBehavior::InitEnOsnBehavior(); Rando::ActorBehavior::InitEnOwlBehavior(); + Rando::ActorBehavior::InitEnPmBehavior(); Rando::ActorBehavior::InitEnRuppecrowBehavior(); Rando::ActorBehavior::InitEnRzBehavior(); Rando::ActorBehavior::InitEnSellnutsBehavior(); |
