Allow for laser to be attached to transformer to create weapon

This commit is contained in:
2025-07-10 10:31:04 +01:00
parent f557d5b954
commit e3c6ef1398
5 changed files with 49 additions and 55 deletions
+1
View File
@@ -62,6 +62,7 @@ data ItemStructuralFunction
| GrenadeHitEffectSF
| ToggleSF
| MapperSF
| LaserWeaponSF
deriving (Eq, Ord, Show, Read)
type CItem = (Item, ItemStructuralFunction)