Tweak gibs
This commit is contained in:
@@ -76,7 +76,9 @@ checkDeath cr w
|
||||
where
|
||||
removecr
|
||||
| _crID cr == 0 = (creatures . ix (_crID cr) . crUpdate .~ const id)
|
||||
. addGibsAt (_crPos cr)
|
||||
. (creatures . ix (_crID cr) . crPict .~ const mempty)
|
||||
. addGibsAt (_crSkinColor cr) (_crPos cr)
|
||||
. addGibsAt (_crSkinColor cr) (_crPos cr)
|
||||
| otherwise = creatures . at (_crID cr) .~ Nothing
|
||||
addCorpse = IM.insertNewKey
|
||||
$ uncurryV translate (_crOldPos cr)
|
||||
|
||||
Reference in New Issue
Block a user