Work on pickup and putdown of inventory items
This commit is contained in:
@@ -25,6 +25,7 @@ import Control.Lens
|
||||
grenade :: Item
|
||||
grenade = Throwable
|
||||
{ _itName = "GRENADE " ++ show fuseTime
|
||||
, _itInvSize = 1
|
||||
, _itDimension = defaultItemDimension
|
||||
, _itCurseStatus = Uncursed
|
||||
, _itIdentity = Grenade
|
||||
|
||||
Reference in New Issue
Block a user