Remove force fields, cleanup

This commit is contained in:
2021-10-31 16:27:41 +00:00
parent 74a4267393
commit e3a8417f07
11 changed files with 46 additions and 105 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ ltBullet = BulletAmmo
hvBullet :: Ammo
hvBullet = BulletAmmo
{ _amString = "HVBULLET"
, _amBulEff = penWalls hvBulHitCr hvBulHitWall'
, _amBulEff = penWalls hvBulHitCr hvBulHitWall
, _amBulWth = 6
, _amBulVel = V2 80 0
}