Allow to equip left click items
This commit is contained in:
@@ -44,7 +44,7 @@ teslaGun = defaultGun
|
||||
, _itUseRate = 0
|
||||
, _itAimStance = TwoHandFlat
|
||||
, _itUseTime = 0
|
||||
, _itUse = const aTeslaArc
|
||||
, _itUse = Right $ const aTeslaArc
|
||||
, _itUseModifiers =
|
||||
[ ammoCheckI
|
||||
, useTimeCheckI
|
||||
@@ -77,7 +77,7 @@ lasGun = defaultAutoGun
|
||||
, _wpReloadState = 0
|
||||
, _itUseRate = 0
|
||||
, _itUseTime = 0
|
||||
, _itUse = const aLaser
|
||||
, _itUse = Right $ const aLaser
|
||||
, _itUseModifiers =
|
||||
[ ammoCheckI
|
||||
, useTimeCheckI
|
||||
@@ -117,7 +117,7 @@ tractorGun = defaultAutoGun
|
||||
, _wpReloadState = 0
|
||||
, _itUseRate = 0
|
||||
, _itUseTime = 0
|
||||
, _itUse = aTractorBeam
|
||||
, _itUse = Right aTractorBeam
|
||||
, _itUseModifiers =
|
||||
[ ammoUseCheckI
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user