fix(actor): remove duplicate prepareBaseData method

The previous commit accidentally created a duplicate prepareBaseData() method.
This commit removes the duplicate and keeps only the version with proper
initialization of wound data and combatStatus.

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
2026-06-04 23:15:23 +02:00
parent 81adfb7ffd
commit 308073877b
-10
View File
@@ -39,16 +39,6 @@ export class VermineActor extends Actor {
} }
} }
/** @override */
prepareBaseData() {
// Data modifications in this step occur before processing embedded
// documents or derived data.
if (this.type == 'character') {
}
}
/** /**
* @override * @override
* Augment the basic actor data with additional dynamic data. Typically, * Augment the basic actor data with additional dynamic data. Typically,