Skip to content

Commit

Permalink
stop freezing the game algae hack!
Browse files Browse the repository at this point in the history
  • Loading branch information
Sovexe committed May 2, 2024
1 parent d63a1d7 commit 791bcdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/admin/terrainify.dm
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ ABSTRACT_TYPE(/datum/terrainify)
algea.filters += filter(type="alpha", icon=icon('icons/turf/walls/asteroid.dmi',"mask-side_[wall.icon_state]"))
wall.UpdateOverlays(algea, "glow_algae")
wall.add_medium_light("glow_algae", color_vals)
LAGCHECK(LAG_LOW)

var/list/space = list()
for(var/turf/space/S in block(locate(1, 1, Z_LEVEL_STATION), locate(world.maxx, world.maxy, Z_LEVEL_STATION)))
Expand Down

0 comments on commit 791bcdd

Please sign in to comment.