fix horse call get item func

This commit is contained in:
gymnast86
2026-05-23 11:44:21 -07:00
parent 75d86ab296
commit e78a198adf
+1 -1
View File
@@ -1818,7 +1818,7 @@ void item_func_IRIAS_PENDANT() {
void item_func_HORSE_FLUTE() {
#if TARGET_PC
if (randomizer_IsActive()) {
if (dComIfGs_getItem(SLOT_21, true) != dItemNo_Randomizer_NONE_e)
if (dComIfGs_getItem(SLOT_21, true) == dItemNo_Randomizer_NONE_e)
dComIfGs_setItem(SLOT_21, dItemNo_Randomizer_HORSE_FLUTE_e);
} else
#endif