Cleanup, fix broken records in LeftUse
This commit is contained in:
@@ -132,7 +132,7 @@ showEquipmentNumber _ itm = case _eeUse ee of
|
||||
EBatterySource{_euseBatteryAmount = x} -> [show x]
|
||||
_ -> [""]
|
||||
where
|
||||
ee = itm ^?! itUse . equipEffect
|
||||
ee = itm ^?! itUse . uequipEffect
|
||||
|
||||
maybeWarmupStatus :: Item -> Maybe String
|
||||
maybeWarmupStatus it = case it ^? itUse . heldDelay . warmMax of
|
||||
|
||||
Reference in New Issue
Block a user