mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
fix: remove unnecessary negation in takeHealing method
This commit is contained in:
parent
9d76405221
commit
a4df151bdc
1 changed files with 0 additions and 1 deletions
|
|
@ -477,7 +477,6 @@ export default class DhpActor extends Actor {
|
|||
}
|
||||
|
||||
async takeHealing(resources) {
|
||||
resources.forEach(r => (r.value *= -1));
|
||||
await this.modifyResource(resources);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue