Commit before changing creature inventory to a list

This commit is contained in:
2021-11-30 13:41:51 +00:00
parent 4d21c0f31a
commit 184c0c09c1
4 changed files with 5 additions and 0 deletions
+1
View File
@@ -37,6 +37,7 @@ defaultCreature = Creature
, _crMaxHP = 150
, _crInv = IM.empty
, _crInvSel = 0
, _crInvCapacity = 25
, _crLeftInvSel = Nothing
, _crState = defaultState
, _crCorpse = setLayer 0 $ onLayer CorpseLayer $ color (greyN 0.5) $ circleSolid 10