Allow a spring and hardware to make weapons automatic
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user