Simplify some attachment use types
This commit is contained in:
@@ -31,6 +31,7 @@ drumMag :: Item
|
||||
drumMag =
|
||||
tinMag
|
||||
& itType . ibtAmmoMag .~ DRUMMAG
|
||||
& itUse .~ UseNothing
|
||||
& itConsumables ?~ 30
|
||||
|
||||
beltMag :: Item
|
||||
|
||||
@@ -159,30 +159,28 @@ joystick :: Item
|
||||
joystick =
|
||||
defHeldItem
|
||||
& itType .~ ATTACH JOYSTICK
|
||||
& itUse .~ UseAttach APNothing
|
||||
|
||||
-- & itUse . uaParams .~ APLinkProjectile Nothing
|
||||
& itUse .~ UseNothing
|
||||
|
||||
gimbal :: Item
|
||||
gimbal =
|
||||
defHeldItem
|
||||
& itType .~ ATTACH GIMBAL
|
||||
& itUse .~ UseAttach APNothing
|
||||
& itUse .~ UseNothing
|
||||
|
||||
gyroscope :: Item
|
||||
gyroscope =
|
||||
defHeldItem
|
||||
& itType .~ ATTACH GYROSCOPE
|
||||
& itUse .~ UseAttach APNothing
|
||||
& itUse .~ UseNothing
|
||||
|
||||
underBarrelSlot :: Item
|
||||
underBarrelSlot =
|
||||
defHeldItem
|
||||
& itType .~ ATTACH UNDERBARRELSLOT
|
||||
& itUse .~ UseAttach APNothing
|
||||
& itUse .~ UseNothing
|
||||
|
||||
smokeReducer :: Item
|
||||
smokeReducer =
|
||||
defHeldItem
|
||||
& itType .~ ATTACH SMOKEREDUCER
|
||||
& itUse .~ UseAttach APNothing
|
||||
& itUse .~ UseNothing
|
||||
|
||||
Reference in New Issue
Block a user