mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-10-31 23:55:06 -04:00
It's not master sword. (#4273)
This commit is contained in:
parent
5e6cd71031
commit
03e3258792
@ -461,7 +461,7 @@ namespace Rando {
|
||||
LightArrows = CanUse(RG_LIGHT_ARROWS);
|
||||
KokiriSword = CanUse(RG_KOKIRI_SWORD);
|
||||
MasterSword = CanUse(RG_MASTER_SWORD);
|
||||
BiggoronSword = CanUse(RG_MASTER_SWORD);
|
||||
BiggoronSword = CanUse(RG_BIGGORON_SWORD);
|
||||
NumBottles = ((NoBottles) ? 0 : BottleCount());
|
||||
HasBottle = NumBottles >= 1;
|
||||
Slingshot = CanUse(RG_FAIRY_SLINGSHOT) && (BuySeed || AmmoCanDrop);
|
||||
|
Loading…
Reference in New Issue
Block a user