Lock mask select behind zelda's letter in rando (#5267)
* Lock mask select behind letter in rando * change to rand inf
This commit is contained in:
@@ -317,7 +317,8 @@ void KaleidoScope_HandleItemCycleExtras(PlayState* play, u8 slot, bool canCycle,
|
||||
|
||||
bool CanMaskSelect() {
|
||||
if (IS_RANDO) {
|
||||
return CVarGetInteger(CVAR_ENHANCEMENT("MaskSelect"), 0) /* || Randomizer_GetSettingValue(RSK_SHUFFLE_CHILD_TRADE) */;
|
||||
return CVarGetInteger(CVAR_ENHANCEMENT("MaskSelect"), 0)
|
||||
&& Flags_GetRandomizerInf(RAND_INF_ZELDAS_LETTER);/* || Randomizer_GetSettingValue(RSK_SHUFFLE_CHILD_TRADE) */
|
||||
}
|
||||
|
||||
// only allow mask select when:
|
||||
|
||||
Reference in New Issue
Block a user