Refactor inventory management, add tweak, combine and inspect modes

This commit is contained in:
2021-05-26 17:25:46 +02:00
parent f05381be47
commit 0187ae6001
13 changed files with 323 additions and 233 deletions
+9
View File
@@ -43,3 +43,12 @@ defaultAutoGun = defaultGun
, _itScrollDown = const id
, _itInvDisplay = basicWeaponDisplay
}
defaultShellAmmo :: Ammo
defaultShellAmmo = ShellAmmo
{ _amPayload = \_ -> id
, _amString = "Shell"
, _amPjMove = []
, _amPjDraw = \_ -> blank
, _amParamSel = 0
}