Add gimbal and gyroscope, allowing more fine tuned projectile control
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
module Dodge.Item.Scope (
|
||||
gimbal,
|
||||
gyroscope,
|
||||
stickyMod,
|
||||
shellModule,
|
||||
zoomScope,
|
||||
@@ -75,6 +77,12 @@ remoteDetonator = makeAttach REMOTEDETONATOR
|
||||
joystick :: Item
|
||||
joystick = makeAttach JOYSTICK
|
||||
-- & itUse . uaParams .~ APLinkProjectile Nothing
|
||||
--
|
||||
gimbal :: Item
|
||||
gimbal = makeAttach GIMBAL
|
||||
|
||||
gyroscope :: Item
|
||||
gyroscope = makeAttach GYROSCOPE
|
||||
|
||||
smokeReducer :: Item
|
||||
smokeReducer = makeAttach SMOKEREDUCER
|
||||
|
||||
Reference in New Issue
Block a user