mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-09-05 11:37:28 -04:00
Rocs Feather - LetItSnow Edition - No Save Edition - Limited Edition (#4577)
* Rocs Feather Take 2 * Tooltip
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user