From f70283e5ad5f5a5744ca0695a184f72f88803aca Mon Sep 17 00:00:00 2001 From: _Tradam Date: Thu, 23 Dec 2021 03:39:35 -0500 Subject: cleaned up boid rules, changed how strength works (#8) --- app/components/rules/follow.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/components/rules/follow.rb') diff --git a/app/components/rules/follow.rb b/app/components/rules/follow.rb index 868d44f..5a4968d 100644 --- a/app/components/rules/follow.rb +++ b/app/components/rules/follow.rb @@ -1,3 +1,3 @@ FF::Cmp.new('Follow', :target, - strength: 100) + strength: 1) -- cgit v1.2.3