From e78c6699a74fa4e00689a96707b304911b32eb08 Mon Sep 17 00:00:00 2001 From: arngo <27396817+arngo@users.noreply.github.com> Date: Sun, 19 Dec 2021 23:00:44 -0500 Subject: bullet cleanup --- app/factories/bullet.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/factories/bullet.rb') 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 -- cgit v1.2.3