Prechádzať zdrojové kódy

fix: Fixed a bug that broke the maximum load in inventory

Warafear 11 mesiacov pred
rodič
commit
6712b26f71

+ 10 - 10
src/app/journal/journal-inventory/journal-inventory.component.ts

@@ -33,17 +33,17 @@ export class JournalInventoryComponent {
   private weightModifier: number = 15;
 
   private speciesWeightModifierTable: any = {
-    Dwarf: 15,
-    Elf: 15,
-    Eladrin: 15,
-    HalfElf: 15,
-    HalfElfDetection: 15,
-    HalfOrc: 15,
-    Human: 15,
+    dwarf: 15,
+    elf: 15,
+    eladrin: 15,
+    halfElf: 15,
+    halfElfDetection: 15,
+    halfOrc: 15,
+    human: 15,
     Halfling: 7.5,
-    Gnome: 7.5,
-    Orc: 15,
-    Tiefling: 15,
+    gnome: 7.5,
+    orc: 15,
+    tiefling: 15,
   };
 
   constructor(