Allow bullets to fire above corspes

This commit is contained in:
2025-10-08 10:00:29 +01:00
parent 1e73565900
commit 031f07f14c
3 changed files with 88 additions and 59 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ hitEffFromBul w bu = case _buEffect bu of
DestroyBullet -> expireAndDamage bu hitstream w
where
sp = _buPos bu
hitstream = thingsHit sp (sp + _buVel bu) w
hitstream = thingsHitZ sp (sp + _buVel bu) w
getBulHitDams :: Bullet -> Point2 -> [Damage]
getBulHitDams bu p = case _buPayload bu of