mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 21:33:40 -07:00
Apply suggestions from code review
Co-authored-by: Philip Dubé <serprex@users.noreply.github.com>
This commit is contained in:
parent
70f79fa4f0
commit
a7a52bf212
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue