File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
common/src/commonMain/kotlin/cz/frantisekmasa/wfrp_master/common/core/domain Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ enum class Characteristic(override val nameResolver: (strings: Strings) -> Strin
1010 AGILITY ({ it.characteristics.agility }),
1111 BALLISTIC_SKILL ({ it.characteristics.ballisticSkill }),
1212 DEXTERITY ({ it.characteristics.dexterity }),
13- INITIATIVE ({ it.characteristics.fellowship }),
14- INTELLIGENCE ({ it.characteristics.initiative }),
15- FELLOWSHIP ({ it.characteristics.intelligence }),
13+ INITIATIVE ({ it.characteristics.initiative }),
14+ INTELLIGENCE ({ it.characteristics.intelligence }),
15+ FELLOWSHIP ({ it.characteristics.fellowship }),
1616 STRENGTH ({ it.characteristics.strength }),
1717 TOUGHNESS ({ it.characteristics.toughness }),
1818 WEAPON_SKILL ({ it.characteristics.weaponSkill }),
You can’t perform that action at this time.
0 commit comments