Move AmmoType, going towards no need for Aeson
This commit is contained in:
@@ -45,7 +45,7 @@ maybeWarmupStatus :: Item -> Maybe String
|
||||
maybeWarmupStatus it = case useDelay it ^? warmMax of
|
||||
Nothing -> Nothing
|
||||
--Just m -> case m - (_warmTime . _heldDelay $ _itUse it) of
|
||||
Just m -> case m - (_wTime $ _itParams it) of
|
||||
Just m -> case m - _wTime (_itParams it) of
|
||||
x
|
||||
| x <= 1 -> Just "*WARM"
|
||||
| otherwise ->
|
||||
|
||||
Reference in New Issue
Block a user