Fix blinking bug, shrinker and shield broken
This commit is contained in:
@@ -8,5 +8,8 @@ import Control.Lens
|
||||
applyTerminalString :: String -> World -> World
|
||||
applyTerminalString "NOCLIP" w = w & config . debug_noclip %~ not
|
||||
applyTerminalString "LOADME" w = w & creatures . ix 0 . crInv .~ stackedInventory
|
||||
applyTerminalString "LM" w = w & creatures . ix 0 . crInv .~ stackedInventory
|
||||
applyTerminalString _ w = w
|
||||
|
||||
loadme :: a
|
||||
loadme = undefined
|
||||
|
||||
Reference in New Issue
Block a user