This commit is contained in:
2024-12-28 10:12:01 +00:00
parent 2abb70334f
commit 2e67924339
8 changed files with 90 additions and 96 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import ShapePicture
drawProjectile :: Projectile -> SPic
drawProjectile pj
| Just (DestroyPU{}) <- pj ^? prjUpdates . ix 0 = mempty
| Just DestroyPU{} <- pj ^? prjUpdates . ix 0 = mempty
| Just NoHoming <- pj ^? prjType . rkHoming =
drawShell Nothing pj
| Just _ <- pj ^? prjType . rkHoming =