mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 13:23:45 -07:00
Shuffle cleanup (#5222)
* Shuffle cleanup * Grass can be cut with Goron's Bracelet * Gohma's grass can be cut without defeating Gohma * more whitespace
This commit is contained in:
parent
3e34934e01
commit
b417b87d1c
7 changed files with 78 additions and 78 deletions
|
@ -1079,7 +1079,7 @@ namespace Rando {
|
|||
}
|
||||
|
||||
bool Logic::CanCutShrubs(){
|
||||
return CanUse(RG_KOKIRI_SWORD) || CanUse(RG_BOOMERANG) || HasExplosives() || CanUse(RG_MASTER_SWORD) || CanUse(RG_MEGATON_HAMMER) || CanUse(RG_BIGGORON_SWORD);
|
||||
return CanUse(RG_KOKIRI_SWORD) || CanUse(RG_BOOMERANG) || HasExplosives() || CanUse(RG_MASTER_SWORD) || CanUse(RG_MEGATON_HAMMER) || CanUse(RG_BIGGORON_SWORD) || HasItem(RG_GORONS_BRACELET);
|
||||
}
|
||||
|
||||
bool Logic::CanStunDeku(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue