Allow for stacking of items and combining sensibly
This commit is contained in:
@@ -28,7 +28,7 @@ copyItemToFloorID pos it w = (,) flid $ w'
|
||||
_ -> id
|
||||
flid = IM.newKey $ _floorItems w
|
||||
theflit = FlIt
|
||||
{_flIt = it
|
||||
{_flIt = it & itConsumption . itAmount' %~ const 1
|
||||
,_flItPos = p'
|
||||
,_flItRot = rot
|
||||
,_flItID = flid
|
||||
|
||||
Reference in New Issue
Block a user