diff options
| author | arngo <[email protected]> | 2021-12-19 22:34:28 -0500 |
|---|---|---|
| committer | arngo <[email protected]> | 2021-12-19 22:34:33 -0500 |
| commit | 561ac9574a5afc88ac762edc8892353e678b1117 (patch) | |
| tree | b14bed88b44f3e5731243aa83b3e930e83f99455 /app/systems/start_game.rb | |
| parent | 0c2d73d8a43d8aab8f6549a738084a3f4d8549ce (diff) | |
| download | SteelWings-561ac9574a5afc88ac762edc8892353e678b1117.tar.gz SteelWings-561ac9574a5afc88ac762edc8892353e678b1117.zip | |
implemented speed decay
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 678100b..ed78339 100644 --- a/app/systems/start_game.rb +++ b/app/systems/start_game.rb @@ -44,6 +44,7 @@ FF::Sys.new('StartGame', priority: 50 ) do FF::Cmp::SingletonPlayer[0], FF::Cmp::Team.new(team: 'player'), FF::Cmp::Weapon.new, + FF::Cmp::DecaySpeed.new(strength: 0.9), ) |
