Remove creature hammer, may have broken equipment/combining

This commit is contained in:
2024-12-31 10:17:31 +00:00
parent ede08ff1db
commit 2fc960321e
8 changed files with 25 additions and 24 deletions
+2 -2
View File
@@ -123,8 +123,8 @@ poisonSPic = over _1 $ overColSH (mixColors 0.5 0.5 green . normalizeColor)
internalCreatureUpdate :: Creature -> World -> World
internalCreatureUpdate cr =
cWorld . lWorld . creatures . ix (_crID cr)
%~ ( (crHammerPosition %~ moveHammerUp)
. updateMovement
%~ ( --(crHammerPosition %~ moveHammerUp).
updateMovement
)
{- | Drop items according to the creature state.