Creature springs checks for heights
This commit is contained in:
@@ -139,6 +139,5 @@ hasAutoDoorBody :: Creature -> Bool
|
||||
hasAutoDoorBody cr = case cr ^. crHP of
|
||||
HP {} -> True
|
||||
CrIsCorpse {} -> True
|
||||
CrIsGibs -> False
|
||||
CrIsPitted -> False
|
||||
CrDestroyed {} -> False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user