Allow rewinding after combining items
This commit is contained in:
+2
-2
@@ -83,8 +83,8 @@ functionalUpdate cfig w = checkEndGame
|
||||
|
||||
doRewind :: World -> World
|
||||
doRewind w = case _maybeWorld w of
|
||||
Just' w' -> w'
|
||||
Nothing' -> w
|
||||
Just' w' -> w' & rewinding .~ RewindingLastFrame
|
||||
Nothing' -> w & rewinding .~ NotRewinding
|
||||
|
||||
zoneCreatures :: World -> World
|
||||
zoneCreatures w = w
|
||||
|
||||
Reference in New Issue
Block a user