Add fix bug in terminal destruction effects

This commit is contained in:
2022-06-07 01:25:36 +01:00
parent 1fe41889fe
commit d42538e3c0
13 changed files with 111 additions and 93 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ initialWorld = defaultWorld
}
testStringInit :: World -> [String]
testStringInit = const []
testStringInit = const [] -- map (show . _mcTermMID) . IM.elems . _machines
--testStringInit = (:[]) . show . _testFloat
--testStringInit = map (concatMap $ \(_,ct,_,_) -> show ct) . invertListInvMult . yourInv
--testStringInit w = fmap (show . _crHammerPosition) . IM.elems $ _creatures w