mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 21:33:40 -07:00
It's not master sword. (#4273)
This commit is contained in:
parent
5e6cd71031
commit
03e3258792
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@ namespace Rando {
|
||||||
LightArrows = CanUse(RG_LIGHT_ARROWS);
|
LightArrows = CanUse(RG_LIGHT_ARROWS);
|
||||||
KokiriSword = CanUse(RG_KOKIRI_SWORD);
|
KokiriSword = CanUse(RG_KOKIRI_SWORD);
|
||||||
MasterSword = CanUse(RG_MASTER_SWORD);
|
MasterSword = CanUse(RG_MASTER_SWORD);
|
||||||
BiggoronSword = CanUse(RG_MASTER_SWORD);
|
BiggoronSword = CanUse(RG_BIGGORON_SWORD);
|
||||||
NumBottles = ((NoBottles) ? 0 : BottleCount());
|
NumBottles = ((NoBottles) ? 0 : BottleCount());
|
||||||
HasBottle = NumBottles >= 1;
|
HasBottle = NumBottles >= 1;
|
||||||
Slingshot = CanUse(RG_FAIRY_SLINGSHOT) && (BuySeed || AmmoCanDrop);
|
Slingshot = CanUse(RG_FAIRY_SLINGSHOT) && (BuySeed || AmmoCanDrop);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue