You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: common/src/commonMain/kotlin/cz/frantisekmasa/wfrp_master/common/character/effects/CharacteristicChange.kt
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,15 @@ open class CharacteristicChange(
113
113
)
114
114
}
115
115
116
+
if (name.equals(translator.translate(Str.character_effect_swarm), ignoreCase =true)) {
117
+
returnCharacteristicChange(
118
+
plus =
119
+
Stats.ZERO.copy(
120
+
weaponSkill =10,
121
+
),
122
+
)
123
+
}
124
+
116
125
if (name.equals(translator.translate(Str.character_effect_tough), ignoreCase =true)) {
0 commit comments