diff options
Diffstat (limited to 'app/factories/bullet.rb')
| -rw-r--r-- | app/factories/bullet.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/factories/bullet.rb b/app/factories/bullet.rb index 50a68c0..efad44f 100644 --- a/app/factories/bullet.rb +++ b/app/factories/bullet.rb @@ -12,6 +12,7 @@ class Factory FF::Cmp::Hp.new(health: 1), FF::Cmp::Team.new, FF::Cmp::CollisionDamage.new(damage: damage), + FF::Cmp::SingletonBullet[0], ) end end |
