Apply suggestions from code review

Co-authored-by: Philip Dubé <serprex@users.noreply.github.com>
This commit is contained in:
Pepper0ni 2025-07-03 18:36:40 +01:00 committed by GitHub
commit a7a52bf212
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -851,7 +851,6 @@ bool Logic::CanPassEnemy(RandomizerEnemy enemy, EnemyDistance distance, bool wal
case RE_GIBDO: case RE_GIBDO:
case RE_REDEAD: case RE_REDEAD:
// we need a way to check if suns won't force a reload // we need a way to check if suns won't force a reload
// RANDOTODO: check if stealthing past these guys works everywhere
return true; // CanUse(RG_HOOKSHOT) || CanUse(RG_SUNS_SONG); return true; // CanUse(RG_HOOKSHOT) || CanUse(RG_SUNS_SONG);
case RE_IRON_KNUCKLE: case RE_IRON_KNUCKLE:
case RE_BIG_OCTO: case RE_BIG_OCTO: