Remove creature move type record
This commit is contained in:
@@ -7,9 +7,7 @@ import Control.Lens
|
||||
import Dodge.Data.World
|
||||
|
||||
lockInv :: World -> World
|
||||
--lockInv cid = cWorld . lWorld . creatures . ix cid . crInvLock ||~ True
|
||||
lockInv = cWorld . lWorld . lInvLock .~ True
|
||||
|
||||
--unlockInv :: Int -> World -> World
|
||||
unlockInv :: World -> World
|
||||
unlockInv = cWorld . lWorld . lInvLock .~ False
|
||||
|
||||
Reference in New Issue
Block a user