Skip to content

Commit 7f9ce4a

Browse files
authored
MaterialFarmer: add more logging (#640)
1 parent a62d6f4 commit 7f9ce4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SerialPrograms/Source/PokemonSV/Programs/Farming/PokemonSV_MaterialFarmerTools.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@ void run_material_farmer(
248248
std::to_string(sandwich_time_remaining.count()) + " min",
249249
COLOR_PURPLE
250250
);
251+
}else{
252+
console.log("Sandwich is still active. Continue material farming.", COLOR_ORANGE);
251253
}
252254
}else{
253255
console.log("Sandwich making disabled. Skip sandwich checks.", COLOR_ORANGE);

0 commit comments

Comments
 (0)