mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-05 09:05:26 -04:00
fix horse call get item func
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user