First implementation of pulse lasers

This commit is contained in:
2025-07-23 23:22:26 +01:00
parent 8b17ec56ad
commit ff3699e6cb
9 changed files with 181 additions and 129 deletions
+1
View File
@@ -38,6 +38,7 @@ data ItemSF -- Structural Function
| ToggleSF
| MapperSF
| LaserWeaponSF
| CapacitorSF
deriving (Eq, Ord, Show, Read)
type CItem = (Item, ItemSF)