fix(player): убрать self-assign text=text в FloaterManager (lint error, блокировал CI)
All checks were successful
All checks were successful
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
4364af6e4e
commit
fed48dd701
@ -154,7 +154,6 @@ export class FloaterManager {
|
|||||||
if (slot.isCrit) text = 'POW!';
|
if (slot.isCrit) text = 'POW!';
|
||||||
else if (num > 100) text = 'KAPOW!';
|
else if (num > 100) text = 'KAPOW!';
|
||||||
else if (num > 50) text = 'BAM!';
|
else if (num > 50) text = 'BAM!';
|
||||||
text = text;
|
|
||||||
}
|
}
|
||||||
if (stackCount > 1) text = baseText + ' ×' + stackCount;
|
if (stackCount > 1) text = baseText + ' ×' + stackCount;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user