summaryrefslogtreecommitdiffhomepage
path: root/app/factories
diff options
context:
space:
mode:
Diffstat (limited to 'app/factories')
-rw-r--r--app/factories/ships/sample_enemy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/factories/ships/sample_enemy.rb b/app/factories/ships/sample_enemy.rb
index 9355c2f..6ebaef3 100644
--- a/app/factories/ships/sample_enemy.rb
+++ b/app/factories/ships/sample_enemy.rb
@@ -4,7 +4,7 @@ class Factory
@defaults ||= {
boid_bounds_strength: 0.6,
boids_alignment_strength: 0.002,
- boids_seperation_strength: 0.001,
+ boids_seperation_strength: 0.0005,
boids_seperation_distance: 150,
boids_cohesion_strength: 0.0005,
hp_health: 100,