Increase explosive damage to walls (still problems with hitboxes)

This commit is contained in:
2025-06-24 08:28:22 +01:00
parent 18470d700d
commit 5537efe584
4 changed files with 66 additions and 61 deletions
+3 -1
View File
@@ -23,7 +23,9 @@ damageWall dt wl w = case _wlStructure wl of
& maybeDestroyDoor drid
_ -> w'
where
x = dt ^. dmAmount
x = case dt of
Explosive y _ -> y * 100
_ -> dt ^. dmAmount
w' = damMatSideEffect dt (_wlMaterial wl) (Right wl) w
-- block destruction is convoluted...