Skip to content

Commit 08fa659

Browse files
committed
Add Encumbrance box to ranged weapon detail
1 parent b9766eb commit 08fa659

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)