mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-23 10:59:54 +02:00
[Fix] Combat Turn Sounds (#2106)
* Fixed sounds * Removed second change
This commit is contained in:
parent
a9000e5408
commit
0471164456
2 changed files with 15 additions and 12 deletions
|
|
@ -1,4 +1,9 @@
|
|||
export default class DhpCombat extends Combat {
|
||||
/** @inheritDoc */
|
||||
get nextCombatant() {
|
||||
return null;
|
||||
}
|
||||
|
||||
async startCombat() {
|
||||
this._playCombatSound('startEncounter');
|
||||
const updateData = { round: 1, turn: null };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue