fix(combat): keep the busy() re-entrancy guard, split the action-mapping test instead
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -82,7 +82,7 @@ export class CombatPageComponent implements OnInit {
|
||||
|
||||
protected async performAction(action: CombatAction): Promise<void> {
|
||||
const before = this.displayed();
|
||||
if (!before) {
|
||||
if (!before || this.busy()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user