This commit is contained in:
2025-10-24 11:16:30 +01:00
parent 18ab89d3f2
commit 27569ed8f3
11 changed files with 50 additions and 49 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ damageWall dt wl (is,w) = case _wlStructure wl of
DoorPart drid ->
f $ w' & cWorld . lWorld . doors . ix drid . drHP -~ dmam
-- & maybeDestroyDoor drid
_ -> f $ w'
_ -> f w'
where
f = (,) is
-- x = case dt of
+1 -1
View File
@@ -1,4 +1,4 @@
{-# LANGUAGE BangPatterns #-}
--{-# LANGUAGE BangPatterns #-}
module Dodge.Wall.Move (
moveWallID,