Allow for pump attachment to flamethrower

This commit is contained in:
2026-03-17 15:16:24 +00:00
parent 902d8e0c00
commit 4cacb45252
18 changed files with 384 additions and 323 deletions
+2
View File
@@ -42,7 +42,9 @@ data ItemSF -- Structural Function
| CapacitorSF
| TransformerSF
| PulseBallSF
| PlasmaSF
| TorchSF
| PumpSF
deriving (Eq, Ord, Show, Read)
type CItem = (Item, ItemSF)
+1
View File
@@ -100,6 +100,7 @@ data AttachType
| HOMINGMODULE
| SHELLPAYLOAD {_shellPayload :: Payload}
| CAPACITOR
| COMPRESSOR
deriving (Eq, Ord, Show, Read)
data AmmoMagType
+1
View File
@@ -40,6 +40,7 @@ data MuzzleEffect
| MuzzleLaser
| MuzzlePulseLaser
| MuzzlePulseBall
| MuzzlePlasmaBall
| MuzzleTesla
| MuzzleTractor
| MuzzleRLauncher