summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Longstaff <JordanLongstaff@users.noreply.github.com>2025-06-25 12:27:45 -0400
committerGitHub <noreply@github.com>2025-06-25 09:27:45 -0700
commit3b82b8eeffb1694b98997fdb1adb825e32dba01a (patch)
treebbccbda39a21de9e4971bbbc2792241404e019e0
parent4676242086b5066abfa625677c5985632bc93101 (diff)
Ruto no longer targetable with sitting down skip (#5611)
-rw-r--r--soh/soh/Enhancements/TimeSavers/SkipMiscInteractions/SkipChildRutoInteractions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/soh/soh/Enhancements/TimeSavers/SkipMiscInteractions/SkipChildRutoInteractions.cpp b/soh/soh/Enhancements/TimeSavers/SkipMiscInteractions/SkipChildRutoInteractions.cpp
index 97b65a543..42862d4d9 100644
--- a/soh/soh/Enhancements/TimeSavers/SkipMiscInteractions/SkipChildRutoInteractions.cpp
+++ b/soh/soh/Enhancements/TimeSavers/SkipMiscInteractions/SkipChildRutoInteractions.cpp
@@ -93,7 +93,7 @@ void SkipChildRutoInteractions_Register() {
if (enRu1->action == 22) {
enRu1->action = 27;
enRu1->drawConfig = 1;
- enRu1->actor.flags |= ACTOR_FLAG_ATTENTION_ENABLED | ACTOR_FLAG_FRIENDLY;
+ enRu1->actor.flags &= ~(ACTOR_FLAG_ATTENTION_ENABLED | ACTOR_FLAG_FRIENDLY);
Animation_Change(&enRu1->skelAnime, (AnimationHeader*)&gRutoChildSittingAnim, 1.0f, 0.0f,
Animation_GetLastFrame((void*)&gRutoChildSittingAnim), ANIMMODE_LOOP, 0.0f);
}