mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-16 10:02:59 -07:00
Merge pull request #118 from briaguya-ai/chu-bowling-dont-skip
don't skip item give animation in chu bowling
This commit is contained in:
commit
7e7445ebcc
1 changed files with 3 additions and 0 deletions
|
@ -244,6 +244,9 @@ void RandomizerOnPlayerUpdateForRCQueueHandler() {
|
|||
// Skipping ItemGet animation incompatible with checks that require closing a text box to finish
|
||||
rc != RC_HF_OCARINA_OF_TIME_ITEM &&
|
||||
rc != RC_SPIRIT_TEMPLE_SILVER_GAUNTLETS_CHEST &&
|
||||
rc != RC_MARKET_BOMBCHU_BOWLING_FIRST_PRIZE &&
|
||||
rc != RC_MARKET_BOMBCHU_BOWLING_SECOND_PRIZE &&
|
||||
rc != RC_MARKET_BOMBCHU_BOWLING_BOMBCHUS &&
|
||||
// Always show ItemGet animation for ice traps
|
||||
!(getItemEntry.modIndex == MOD_RANDOMIZER && getItemEntry.getItemId == RG_ICE_TRAP) &&
|
||||
(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue