diff options
Diffstat (limited to 'app/components/rules/cohesion.rb')
| -rw-r--r-- | app/components/rules/cohesion.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/rules/cohesion.rb b/app/components/rules/cohesion.rb index 6acd5ea..ef66b33 100644 --- a/app/components/rules/cohesion.rb +++ b/app/components/rules/cohesion.rb @@ -1,2 +1,2 @@ FF::Cmp.new('BoidsCohesion', - strength: 100) + strength: 1) |
