Fixed log of recovering HD not having names

This commit is contained in:
Stefan Zermatten
2022-11-09 15:02:41 +02:00
parent 3d31d62860
commit a437ff5aef

View File

@@ -137,6 +137,7 @@ function resetHitDice(creatureId, actionContext) {
inactive: { $ne: true },
}, {
fields: {
name: 1,
hitDiceSize: 1,
damage: 1,
total: 1,