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:
@@ -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
|
||||
* Augment the basic actor data with additional dynamic data. Typically,
|
||||
|
||||
Reference in New Issue
Block a user