Start restructuring Item datatype
This commit is contained in:
@@ -21,7 +21,7 @@ spawnGun cr = defaultGun
|
||||
, _wpReloadTime = 80
|
||||
, _wpReloadState = 0
|
||||
, _itUseRate = 100
|
||||
, _itUse = Right $ \_ -> spawnCrNextTo cr
|
||||
, _itUse = RightUse $ \_ -> spawnCrNextTo cr
|
||||
, _itUseModifiers =
|
||||
[ ammoCheckI
|
||||
, hammerCheckI
|
||||
|
||||
Reference in New Issue
Block a user