Add key card item lock/key system

This commit is contained in:
2022-03-22 14:33:54 +00:00
parent 873abea79f
commit 774738f993
13 changed files with 74 additions and 73 deletions
+1 -2
View File
@@ -5,7 +5,6 @@ Description : Simulation update
module Dodge.Update ( updateUniverse ) where
import Dodge.Data
import Dodge.Menu
import Dodge.Hammer
import Dodge.Block
import Dodge.Distortion
import Dodge.SoundLogic
@@ -72,7 +71,7 @@ functionalUpdate cfig w = checkEndGame
. updateCreatureGroups
. updateBlocks
. updateSeenWalls
. (youHammerPosition %~ moveHammerUp)
-- . (youHammerPosition %~ moveHammerUp)
. updateTerminal
$ updateCloseObjects w
where