summaryrefslogtreecommitdiffhomepage
path: root/app/components/weapon.rb
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2021-12-26 21:42:56 -0500
committerrealtradam <[email protected]>2021-12-26 21:42:56 -0500
commit5f8a4b6b17d6ada0097412b13605717dd5a310df (patch)
treecd3646042537e6c9e69ff2c31c99b816607acce7 /app/components/weapon.rb
parent70b2499a8753331b68fb7a61a8882c9ff0b017d8 (diff)
downloadSteelWings-5f8a4b6b17d6ada0097412b13605717dd5a310df.tar.gz
SteelWings-5f8a4b6b17d6ada0097412b13605717dd5a310df.zip
added rate of fire, tweaked ai
Diffstat (limited to 'app/components/weapon.rb')
-rw-r--r--app/components/weapon.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/weapon.rb b/app/components/weapon.rb
index bb7becd..0c0963a 100644
--- a/app/components/weapon.rb
+++ b/app/components/weapon.rb
@@ -1,5 +1,5 @@
FF::Cmp.new('Weapon',
damage: 35,
cooldown: 0,
- cooldown_max: 15,
+ cooldown_max: 7,
speed: 20)