mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-06-06 03:48:15 -04:00
Default AmmoDrop to true until the setting is implemented.
This commit is contained in:
@@ -87,7 +87,7 @@ class Logic {
|
||||
bool FairyPot = false;
|
||||
bool FreeFairies = false;
|
||||
bool FairyPond = false;
|
||||
bool AmmoCanDrop = false;
|
||||
bool AmmoCanDrop = true;
|
||||
|
||||
uint8_t PieceOfHeart = 0;
|
||||
uint8_t HeartContainer = 0;
|
||||
|
||||
Reference in New Issue
Block a user