Work on rocket/grenade launcher
This commit is contained in:
@@ -72,8 +72,9 @@ showAttachItem t = case t of
|
||||
ZOOMSCOPE -> "ZOOMSCOPE"
|
||||
BULLETSYNTH -> "BSYNTH"
|
||||
REMOTESCREEN -> "REM.SCREEN"
|
||||
REMOTECONTROLLER -> "REM.CONTR0LR"
|
||||
JOYSTICK -> "JOYSTICK"
|
||||
REMOTEDETONATOR -> "REM.DETONATR"
|
||||
SMOKEREDUCER -> "SMOKE.REDUCR"
|
||||
HOMINGMODULE -> "HOMING MOD"
|
||||
AUGMENTEDHUD -> "AUGMENTED HUD"
|
||||
SHELLPAYLOAD x -> show x
|
||||
@@ -99,6 +100,7 @@ itemNumberDisplay cr ci
|
||||
| Just x <- ci ^? _1 . itConsumables . magLoadStatus . iaLoaded = [shortShow x]
|
||||
| UseAttach (APInt i) <- ci ^. _1 . itUse = [show i]
|
||||
| UseAttach (APLinkProjectile i) <- ci ^. _1 . itUse = [show i]
|
||||
| UseAttach (APProjectiles x) <- ci ^. _1 . itUse = [show x]
|
||||
| UseScope OpticScope{_opticZoom = x} <- ci ^. _1 . itUse = [shortShow x]
|
||||
| otherwise = mempty
|
||||
|
||||
|
||||
Reference in New Issue
Block a user