Fix: passage round suivant

This commit is contained in:
Vincent Vandemeulebrouck 2021-02-25 02:01:27 +01:00
parent 382ea2c485
commit 15144697e1

View File

@ -31,6 +31,7 @@ export class RdDCombatManager extends Combat {
//console.log('New round !');s
this.cleanItemUse();
this.cleanSonne();
return super.nextRound();
}
}