Add klc and klu fx strength check
This commit is contained in:
@@ -2941,7 +2941,7 @@
|
||||
is_strong_fx: fx.is_strong_fx
|
||||
});
|
||||
const displayText = `${fx.fx_strength_level} ${fx.fx_strength.toFixed(1)}`;
|
||||
if (fx.fx_strength < 1) {
|
||||
if (fx.fx_strength < 1.4) {
|
||||
displayText = ''
|
||||
}
|
||||
console.log('显示文本:', displayText);
|
||||
|
||||
Reference in New Issue
Block a user