Fix crearure bug

This commit is contained in:
Brett Nash
2024-11-26 14:48:58 -08:00
parent f3da1e50a3
commit f6d59b3514
2 changed files with 3 additions and 3 deletions
@@ -5355,7 +5355,7 @@ Sheet Version: <span name='attr_version'></span>
<br>
Revision f33a0056e3c9290689d2e3d6124d8e7cb5c4c3e4
Revision f76517429e54b66f2c2fb1d2c55efefa3c8eb665
<hr>
@@ -14159,7 +14159,7 @@ weaponcodes = {
fa: "Falchion",
ma: "Mace",
cu: "Club",
lc: { "Club", size: 1 },
lc: { table: "Club", size: 1 },
sb: "Bow, Short",
lb: "Bow, Long",
ss: { table: "Arming Sword", size: -1 },
+1 -1
View File
@@ -8,5 +8,5 @@
"legacy": false,
"printable": true,
"compendium": "RMU",
"version": "1732601216"
"version": "1732661284"
}