@rpg-engine/long-bow 0.2.14 → 0.2.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/long-bow.cjs.development.js +1 -1
- package/dist/long-bow.cjs.development.js.map +1 -1
- package/dist/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/dist/long-bow.esm.js +1 -1
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/SkillsContainer.tsx +1 -1
|
@@ -28571,7 +28571,7 @@ var skillProps = {
|
|
|
28571
28571
|
club: 'maces/club.png',
|
|
28572
28572
|
sword: 'swords/double-edged-sword.png',
|
|
28573
28573
|
axe: 'axes/double-axe.png',
|
|
28574
|
-
distance: '
|
|
28574
|
+
distance: 'ranged-weapons/horse-bow.png',
|
|
28575
28575
|
shielding: 'shields/studded-shield.png',
|
|
28576
28576
|
dagger: 'daggers/dagger.png'
|
|
28577
28577
|
}
|