diff options
Diffstat (limited to 'app/factories/ships')
| -rw-r--r-- | app/factories/ships/sample_enemy.rb | 2 |
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, |
