diff options
| author | Garrett Cox <garrettjcox@gmail.com> | 2024-10-25 02:05:21 -0500 |
|---|---|---|
| committer | Garrett Cox <garrettjcox@gmail.com> | 2024-10-25 02:05:21 -0500 |
| commit | f7dde41c6da8a35cfd9fefc9fc0f4239dee1031e (patch) | |
| tree | 343d22eaa691c08e055dd5f8f378bf6b4d25483d /mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp | |
| parent | 30c9f92a7cc9c49f158a833a9d176eff70a48345 (diff) | |
New pattern for skipping Actor_OfferGetItem
Diffstat (limited to 'mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp')
| -rw-r--r-- | mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp b/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp index 2f6527ee2..3b8bf9ee3 100644 --- a/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp +++ b/mm/2s2h/Rando/ActorBehavior/ActorBehavior.cpp @@ -8,9 +8,6 @@ extern "C" { // This is kind of a catch-all for things that are simple enough to not need their own file. void MiscVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, void* optionalArg) { switch (id) { - case VB_GIVE_ITEM_FROM_GURUGURU: - case VB_GIVE_ITEM_FROM_SCRIPT: - case VB_GIVE_ITEM_FROM_SWORDSMAN: case VB_GIVE_PENDANT_OF_MEMORIES_FROM_KAFEI: *should = false; break; |
