From c44086009afbda568330b7ad3e55e4a771b6d4ab Mon Sep 17 00:00:00 2001 From: Anthony Stewart Date: Sun, 23 Mar 2025 19:41:54 -0500 Subject: [PATCH] Default AmmoDrop to true until the setting is implemented. --- soh/soh/Enhancements/randomizer/logic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/soh/Enhancements/randomizer/logic.h b/soh/soh/Enhancements/randomizer/logic.h index 6c94ae62e..f5c56fb95 100644 --- a/soh/soh/Enhancements/randomizer/logic.h +++ b/soh/soh/Enhancements/randomizer/logic.h @@ -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;