Capacity Bonus

+ Added capacity for containers (forgot to build new branch & only minor changes)
This commit is contained in:
2024-03-17 18:22:14 +01:00
parent c99dab0cdf
commit 0291228e51
5 changed files with 21 additions and 1 deletions
+1
View File
@@ -276,6 +276,7 @@ export class M5Character extends Actor {
calc: item.system.calc,
equipped: item.system?.equipped,
weight: item.system.weight || 0,
capacity: item.system.capacity || 0,
value: item.system.value || 0,
currency: item.system.currency || "",
quantity: item.system.quantity || 0,