[Fix] Combat Turn Sounds (#2106)

* Fixed sounds

* Removed second change
This commit is contained in:
WBHarry 2026-07-23 03:00:53 +02:00 committed by GitHub
parent a9000e5408
commit 0471164456
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 12 deletions

View file

@ -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 };