Cleanup
This commit is contained in:
@@ -15,12 +15,12 @@ import Control.Lens
|
||||
|
||||
defaultAmmo :: ItemConsumption
|
||||
defaultAmmo = LoadableAmmo
|
||||
{ _aoType = GenericAmmo
|
||||
, _ammoBaseMax = 15
|
||||
, _ammoLoaded = 0
|
||||
, _reloadTime = 40
|
||||
, _reloadState = Nothing'
|
||||
, _reloadType = ActiveClear
|
||||
{ _laType = GenericAmmo
|
||||
, _laMax = 15
|
||||
, _laLoaded = 0
|
||||
, _laReloadTime = 40
|
||||
, _laReloadState = Nothing'
|
||||
, _laReloadType = ActiveClear
|
||||
}
|
||||
|
||||
ruseRate :: Int
|
||||
|
||||
Reference in New Issue
Block a user