mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-08-21 06:48:39 -04:00
Allow GI skip for silver gauntlets chest (#7048)
This commit is contained in:
@@ -427,8 +427,8 @@ void RandomizerOnPlayerUpdateForRCQueueHandler() {
|
||||
static_cast<uint32_t>(rc));
|
||||
if (
|
||||
// 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_HF_OCARINA_OF_TIME_ITEM && rc != RC_MARKET_BOMBCHU_BOWLING_FIRST_PRIZE &&
|
||||
rc != RC_MARKET_BOMBCHU_BOWLING_SECOND_PRIZE &&
|
||||
// Always show ItemGet animation for ice traps
|
||||
!(getItemEntry.modIndex == MOD_RANDOMIZER && getItemEntry.getItemId == RG_ICE_TRAP) &&
|
||||
// Always show ItemGet animation outside of randomizer to keep behaviour consistent in vanilla
|
||||
|
||||
Reference in New Issue
Block a user