Skip to content

Commit

Permalink
Update code/game/turfs/snow.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Drathek <[email protected]>
  • Loading branch information
cuberound and Drulikar authored Apr 6, 2024
1 parent 0df1419 commit ff40c3c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions code/game/turfs/snow.dm
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,13 @@
switch(heat_level)
if(1 to 19)
bleed_layer--
update_icon(TRUE, FALSE)

update_icon(update_full = TRUE, skip_sides = FALSE)
if(20 to 39)
bleed_layer = max(bleed_layer - 2, 0)
update_icon(TRUE, FALSE)
update_icon(update_full = TRUE, skip_sides = FALSE)
if(40 to INFINITY)
bleed_layer = 0
update_icon(TRUE, FALSE)
update_icon(update_full = TRUE, skip_sides = FALSE)


//SNOW LAYERS-----------------------------------//
Expand Down

0 comments on commit ff40c3c

Please sign in to comment.