Push item use delay inside datatype, currently broken
This commit is contained in:
@@ -25,15 +25,11 @@ radar = defaultGun
|
||||
, _wpLoadedAmmo = 100
|
||||
, _wpReloadTime = 200
|
||||
}
|
||||
, _itUseRate = 120
|
||||
, _itUseTime = 0
|
||||
, _itUse = RightUse $ const aRadarPulse
|
||||
, _itUseModifiers =
|
||||
, _itUse = ruseRate 120 (const aRadarPulse) upHammer
|
||||
[ ammoUseCheckI
|
||||
]
|
||||
, _wpSpread = autogunSpread
|
||||
, _wpRange = 20
|
||||
, _itHammer = HammerUp
|
||||
, _itFloorPict = \_ -> (,) emptySH $ onLayer FlItLayer $ color blue $ polygon $ rectNESW 5 5 (-5) (-5)
|
||||
, _itAimingRange = 1
|
||||
, _itZoom = defaultItZoom { _itZoomMax = 1}
|
||||
@@ -51,14 +47,10 @@ sonar = defaultGun
|
||||
, _wpLoadedAmmo = 100
|
||||
, _wpReloadTime = 200
|
||||
}
|
||||
, _itUseRate = 120
|
||||
, _itUseTime = 0
|
||||
, _itUse = RightUse $ const aSonarPulse
|
||||
, _itUseModifiers =
|
||||
, _itUse = ruseRate 120 (const aSonarPulse) upHammer
|
||||
[ ammoUseCheckI
|
||||
]
|
||||
, _wpRange = 20
|
||||
, _itHammer = HammerUp
|
||||
, _itFloorPict = \_ -> (,) emptySH $ onLayer FlItLayer $ color blue $ polygon $ rectNESW 5 5 (-5) (-5)
|
||||
, _itAimingRange = 1
|
||||
, _itZoom = defaultItZoom {_itZoomMax = 1}
|
||||
|
||||
Reference in New Issue
Block a user