Skip to content

Commit

Permalink
Space extinguishes fire (#16197)
Browse files Browse the repository at this point in the history
Co-authored-by: ivanmixo <[email protected]>
  • Loading branch information
Ldip999 and ivanmixo authored Jul 7, 2024
1 parent afc8112 commit ea3cb0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/datums/status_effects/debuffs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@
id = "spacefreeze_light"

/datum/status_effect/spacefreeze/light/tick()
owner.fire_stacks = max(owner.fire_stacks - 6, 0)
if(owner.stat == DEAD)
return
owner.adjustFireLoss(10)
Expand Down

0 comments on commit ea3cb0f

Please sign in to comment.