Move weapon muzzles up a record
This commit is contained in:
@@ -118,7 +118,7 @@ bgateCalc x l r = (x `div` ((2::Int) ^ ((2::Int)*f l + f r))) `mod` 2
|
||||
itemScrollDisplay :: Item -> Maybe String
|
||||
itemScrollDisplay itm
|
||||
| HELD ALTERIFLE <- itm ^. itType = Just $
|
||||
case itm ^? itUse . heldAim . aimMuzzles . ix 0 . mzAmmoSlot of
|
||||
case itm ^? itUse . heldMuzzles . ix 0 . mzAmmoSlot of
|
||||
Just 0 -> "L"
|
||||
_ -> "R"
|
||||
| UseScope OpticScope{_opticZoom = x} <- itm ^. itUse = Just $ shortShow x
|
||||
|
||||
Reference in New Issue
Block a user