Skip to content

Commit 681e8dd

Browse files
Ivan: collect deku seeds (HarbourMasters#5654)
1 parent a93b484 commit 681e8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soh/src/overlays/actors/ovl_En_Partner/z_en_partner.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ void EnPartner_Update(Actor* thisx, PlayState* play) {
654654
itemActor->params == ITEM00_ARROWS_MEDIUM || itemActor->params == ITEM00_ARROWS_LARGE ||
655655
itemActor->params == ITEM00_BOMBCHU || itemActor->params == ITEM00_MAGIC_SMALL ||
656656
itemActor->params == ITEM00_MAGIC_LARGE || itemActor->params == ITEM00_NUTS ||
657-
itemActor->params == ITEM00_STICK) {
657+
itemActor->params == ITEM00_STICK || itemActor->params == ITEM00_SEEDS) {
658658
f32 distanceToObject = Actor_WorldDistXYZToActor(&this->actor, itemActor);
659659
if (distanceToObject <= 20.0f) {
660660
itemActor->world.pos = GET_PLAYER(play)->actor.world.pos;

0 commit comments

Comments
 (0)