FC18: Made melt down fault equal to melt up of choco number taste

This commit is contained in:
Willem Cazander 2025-09-05 18:19:55 +02:00
parent 37992ce50a
commit 7559789824
2 changed files with 25 additions and 5 deletions

View file

@ -118,7 +118,7 @@ public enum FCFlameNumberTaste {
return FLAG_NAN;
}
if (ordinal() <= NUMBER_NEGATIVE.ordinal()) {
return this;
return FLAG_NAN;
}
return valueOf(ordinal() - CHOCO_HEAT_CYCLE_STEP);
}