Allow a spring and hardware to make weapons automatic

This commit is contained in:
2024-12-23 16:29:10 +00:00
parent 205c0a5c19
commit 90ec2a3738
6 changed files with 87 additions and 55 deletions
+2
View File
@@ -24,6 +24,7 @@ data ComposeLinkType
| RemoteScreenLink
| AugmentedHUDLink
| FunctionChangeLink
| MakeAutoLink
deriving (Eq, Ord, Show, Read)
data ItemStructuralFunction
@@ -42,6 +43,7 @@ data ItemStructuralFunction
| AmmoPayloadSF AmmoType
| AmmoEffectSF AmmoType
| FunctionChangeSF
| MakeAutoSF
deriving (Eq, Ord, Show, Read)
type ComposedItem = (Item, ItemStructuralFunction, LinkTest)