Skip to content

Commit 903679d

Browse files
authored
Merge pull request #66 from fmasa/fix/ranged-qty
Add Encumbrance box to ranged weapon detail
2 parents b9766eb + 08fa659 commit 903679d

File tree

1 file changed

+2
-0
lines changed
  • common/src/commonMain/kotlin/cz/frantisekmasa/wfrp_master/common/character/trappings/detail

1 file changed

+2
-0
lines changed

common/src/commonMain/kotlin/cz/frantisekmasa/wfrp_master/common/character/trappings/detail/RangedWeaponDetail.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ fun RangedWeaponDetail(
3737
strings.trappings.types.meleeWeapon,
3838
)
3939

40+
EncumbranceBox(trapping)
41+
4042
SingleLineTextValue(
4143
strings.weapons.labelDamage,
4244
damageValue(rangedWeapon.damage, strengthBonus),

0 commit comments

Comments
 (0)