Commit before making hotkeys attach to item ids, not inv ids
This commit is contained in:
@@ -30,11 +30,15 @@ data ComposeLinkType
|
||||
| FunctionChangeLink
|
||||
| MakeAutoLink
|
||||
| ProjectileStabiliserLink
|
||||
| UnderBarrelSlotLink
|
||||
| UnderBarrelPlatformLink
|
||||
deriving (Eq, Ord, Show, Read)
|
||||
|
||||
data ItemStructuralFunction
|
||||
= UnloadedWeaponSF
|
||||
| HeldPlatformSF
|
||||
| UnderBarrelSlotSF
|
||||
| UnderBarrelPlatformSF
|
||||
| EquipmentPlatformSF
|
||||
| GadgetPlatformSF
|
||||
| WeaponScopeSF
|
||||
|
||||
@@ -74,6 +74,7 @@ data AttachType
|
||||
| JOYSTICK
|
||||
| GIMBAL
|
||||
| GYROSCOPE
|
||||
| UNDERBARRELSLOT
|
||||
| REMOTEDETONATOR
|
||||
| SMOKEREDUCER
|
||||
| HOMINGMODULE
|
||||
|
||||
@@ -60,7 +60,7 @@ data UseFocus
|
||||
deriving (Eq, Show, Read)
|
||||
|
||||
data UseCondition
|
||||
= MustBeHeld
|
||||
= UseableWhenAimed
|
||||
| UseableAnytime
|
||||
deriving (Eq, Show, Read)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user