Tweak creature update

This commit is contained in:
2025-08-06 13:10:37 +01:00
parent af5bdf59b9
commit 9fb7440776
11 changed files with 196 additions and 191 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ updateLampoid cr w = case cr ^?! crType . lampLSID of
| otherwise ->
w
& cWorld . lWorld . lightSources . ix i . lsParam . lsPos .~ addZ h cpos
& doDamage cr
& doDamage (cr ^. crID)
where
cpos = _crPos cr
cid = _crID cr