Map at floor -1 is now not deterministic

This commit is contained in:
Yohann D'ANELLO 2021-01-08 20:06:32 +01:00
parent 571857b063
commit 949555ffff
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 0 additions and 2 deletions

View File

@ -745,8 +745,6 @@ class TestGame(unittest.TestCase):
self.game.handle_key_pressed(KeyValues.LADDER)
self.assertEqual(self.game.map_index, 1)
self.assertEqual(self.game.player.map.floor, 1)
self.assertEqual(self.game.player.y, 1)
self.assertEqual(self.game.player.x, 17)
self.game.display_actions(DisplayActions.UPDATE)
# Move up