Work towards making world read/showable
This commit is contained in:
@@ -30,7 +30,7 @@ applyTerminalString ss = case ss of
|
||||
|
||||
applyTerminalCommand :: String -> Universe -> Universe
|
||||
applyTerminalCommand s = case s of
|
||||
"NOCLIP" -> config . debug_booleans . at Noclip %~ toggleJust
|
||||
"NOCLIP" -> uvConfig . debug_booleans . at Noclip %~ toggleJust
|
||||
"LOADME" -> (uvWorld . creatures . ix 0 . crInv .~ stackedInventory)
|
||||
. (uvWorld . creatures . ix 0 . crInvCapacity .~ 50)
|
||||
"LM" -> applyTerminalCommand "LOADME"
|
||||
|
||||
Reference in New Issue
Block a user