Beamsplitter attachment for lasers

This commit is contained in:
2026-03-26 15:51:16 +00:00
parent c53e60b956
commit 80ef7ec909
12 changed files with 243 additions and 215 deletions
+3 -1
View File
@@ -37,7 +37,8 @@ data ItemSF -- Structural Function
| GrenadeHitEffectSF
| ToggleSF
| MapperSF
| LaserWeaponSF
-- | LaserWeaponSF
| LaserWeaponXSF {_lasWepXSF :: Int}
| PulseLaserSF
| CapacitorSF
| TransformerSF
@@ -45,6 +46,7 @@ data ItemSF -- Structural Function
| PlasmaSF
| TorchSF
| PumpSF
| BeamSplitterSF
deriving (Eq, Ord, Show, Read)
type CItem = (Item, ItemSF)
+1
View File
@@ -62,6 +62,7 @@ data CraftType
| PUMP
| MOTOR
| TRANSFORMER
| BEAMSPLITTER
| PRISM
| LIGHTER
| MAGNET