Add key card item lock/key system
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user