Skip to content

Commit

Permalink
[#3298] Fix issue preventing races from being deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
arbron committed Mar 25, 2024
1 parent 9c2a3b3 commit 0c2ab42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/documents/advancement/size.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ export default class SizeAdvancement extends Advancement {
/** @inheritdoc */
async reverse(level) {
this.actor.updateSource({"system.traits.size": "med"});
this.updateSource({ "value.-=size": null });
this.updateSource({ "value.size": null });
}
}

0 comments on commit 0c2ab42

Please sign in to comment.