aboutsummaryrefslogtreecommitdiff
path: root/internal/game/combat_mob_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/game/combat_mob_test.go')
-rw-r--r--internal/game/combat_mob_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/game/combat_mob_test.go b/internal/game/combat_mob_test.go
index 28427b7..70c744b 100644
--- a/internal/game/combat_mob_test.go
+++ b/internal/game/combat_mob_test.go
@@ -48,7 +48,7 @@ func TestMobStrongestRangedScience(t *testing.T) {
for _, c := range cases {
t.Run(c.name, func(t *testing.T) {
mob := &world.MobInstance{
- AttackTypes: c.types,
+ AttackTypes: c.types,
MaxRangedHit: c.maxRanged,
MaxScienceHit: c.maxScience,
SciencePercentBonus: c.sciencePct,