Simplify some attachment use types

This commit is contained in:
2026-01-02 21:45:12 +00:00
parent 3cc439b877
commit f1c63abdc3
3 changed files with 51 additions and 53 deletions
+1
View File
@@ -31,6 +31,7 @@ drumMag :: Item
drumMag =
tinMag
& itType . ibtAmmoMag .~ DRUMMAG
& itUse .~ UseNothing
& itConsumables ?~ 30
beltMag :: Item
+5 -7
View File
@@ -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