We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd37df commit 248b6b4Copy full SHA for 248b6b4
SerialPrograms/Source/PokemonLZA/Options/PokemonLZA_ShinyDetectedAction.cpp
@@ -80,7 +80,7 @@ bool ShinySoundDetectedActionOption::on_shiny_sound(
80
){
81
ShinySoundDetectedAction action = ACTION;
82
83
- if (action == ShinySoundDetectedAction::NOTIFY_ON_FIRST_ONLY && current_count > 0){
+ if (action == ShinySoundDetectedAction::NOTIFY_ON_FIRST_ONLY && current_count > 1){
84
return false;
85
}
86
0 commit comments