Rocs Feather - LetItSnow Edition - No Save Edition - Limited Edition (#4577)

* Rocs Feather Take 2

* Tooltip
This commit is contained in:
aMannus
2024-11-24 15:18:01 +01:00
committed by GitHub
parent f1dc432589
commit 7d3b9e8211
4 changed files with 84 additions and 2 deletions
@@ -2572,8 +2572,10 @@ void Player_ProcessItemButtons(Player* this, PlayState* play) {
sHeldItemButtonIsHeldDown = true;
}
} else {
this->heldItemButton = i;
Player_UseItem(play, this, item);
if (GameInteractor_Should(VB_USE_ITEM, true, &item)) {
this->heldItemButton = i;
Player_UseItem(play, this, item);
}
}
}
}