Merge branch 'develop' into #33-wrong-wealth-calculation

This commit is contained in:
Simon Gustavs
2024-01-15 14:38:50 +01:00
2 changed files with 11 additions and 10 deletions
-1
View File
@@ -242,7 +242,6 @@ export class M5Character extends Actor {
calc: item.system.calc,
equipped: item.system?.equipped,
weight: item.system.weight || 0,
containerId: item.system.containerId || "",
value: item.system.value || 0,
currency: item.system.currency || "",
quantity: item.system.quantity || 0,