diff options
Diffstat (limited to 'app/systems/start_game.rb')
| -rw-r--r-- | app/systems/start_game.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/systems/start_game.rb b/app/systems/start_game.rb index ebb972d..51f26d4 100644 --- a/app/systems/start_game.rb +++ b/app/systems/start_game.rb @@ -45,6 +45,7 @@ FF::Sys.new('StartGame', priority: 50 ) do FF::Cmp::Team.new(team: 'player'), FF::Cmp::Weapon.new, FF::Cmp::BoidMinimumSpeed.new, + FF::Cmp::DecaySpeed.new(strength: 0.9), ) |
