It's not master sword. (#4273)

This commit is contained in:
Malkierian 2024-08-02 08:54:25 -07:00 committed by GitHub
parent 5e6cd71031
commit 03e3258792
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);