From 2b540df7ea3d61a842c86e39a39d839c4c2ce395 Mon Sep 17 00:00:00 2001 From: Sarge-117 Date: Sat, 3 Sep 2022 12:57:46 -0700 Subject: [PATCH] Update logic Cvar name --- soh/soh/Enhancements/randomizer/randomizer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/soh/Enhancements/randomizer/randomizer.cpp b/soh/soh/Enhancements/randomizer/randomizer.cpp index 93cb8c0e99..d0e3214447 100644 --- a/soh/soh/Enhancements/randomizer/randomizer.cpp +++ b/soh/soh/Enhancements/randomizer/randomizer.cpp @@ -4348,7 +4348,7 @@ void DrawRandoEditor(bool& open) { UIWidgets::PaddedSeparator(); - UIWidgets::EnhancementCheckbox("WIP - Blue Fire Arrows", "gRandomizeBlueIceArrows", true, "In development"); + UIWidgets::EnhancementCheckbox("WIP - Blue Fire Arrows", "gRandomizeBlueFireArrows", true, "In development"); UIWidgets::InsertHelpHoverText( "Ice Arrows act like Blue Fire, making them able to melt red ice. " "Item placement logic will respect this option, so it might be required to use this to progress."