diff options
| author | A Green Spoon <121978037+A-Green-Spoon@users.noreply.github.com> | 2026-02-03 21:53:06 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-04 02:53:06 +0000 |
| commit | c021a0e8a278bf65d5b29a7e9b259640b4cd1c91 (patch) | |
| tree | e4e0d8c5b6b8beea7b84d314f240eabcbae02b30 /soh | |
| parent | cc0941cc9f249a766fe5aca0105f38ae05b01894 (diff) | |
Fix KD Without Bombs Trick Name (#6225)
Diffstat (limited to 'soh')
| -rw-r--r-- | soh/soh/Enhancements/randomizer/settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soh/soh/Enhancements/randomizer/settings.cpp b/soh/soh/Enhancements/randomizer/settings.cpp index 8468bcf20..125dcd302 100644 --- a/soh/soh/Enhancements/randomizer/settings.cpp +++ b/soh/soh/Enhancements/randomizer/settings.cpp @@ -1675,7 +1675,7 @@ void Settings::CreateOptions() { "only relevant with Shuffle Boss Entrances or if Dodongo's Cavern is MQ and either variant of " "\"Dodongo's Cavern MQ Light the Eyes with Strength\" is on."); OPT_TRICK(RT_DC_DODONGO_CHU, RCQUEST_BOTH, RA_DODONGOS_CAVERN, { Tricks::Tag::ADVANCED }, - "Dodongo\'s Cavern Dodongo without Bombchus", + "Dodongo\'s Cavern Dodongo with Only Bombchus", "With precise timing you can feed King Dodongo a bombchu during a backflip"); OPT_TRICK(RT_DC_MQ_STAIRS_WITH_ONLY_STRENGTH, RCQUEST_MQ, RA_DODONGOS_CAVERN, { Tricks::Tag::NOVICE }, "Dodongo\'s Cavern MQ Stairs With Only Strength", |
