This commit is contained in:
2025-06-24 08:48:08 +01:00
parent 5537efe584
commit 366b998989
10 changed files with 25 additions and 28 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ updateFlame w pt
damageInCircle (const $ Flaming 1) ep r w
thit = List.safeHead $ thingsHit sp ep w
sp = _flPos pt
ep = sp +.+ _flVel pt
ep = sp + _flVel pt
mvflame = pt & flTimer -~ 1 & flPos .~ ep & flVel *~ 0.98
r = max 0 $ flameSize pt - 1