mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Removed turf_animation for now, ported vg hasproximity optimisation. Rewrite and refactor of how turfs handle icon updates, edge smoothing and
construction/deconstruction. Major map rework/changes.
This commit is contained in:
@@ -84,7 +84,7 @@ var/global/datum/global_init/init = new ()
|
||||
// it's brute-forcey, but frankly the alternative is a mine turf rewrite.
|
||||
for(var/turf/simulated/mineral/M in world) // Ugh.
|
||||
M.updateMineralOverlays()
|
||||
for(var/turf/simulated/floor/plating/airless/asteroid/M in world) // Uuuuuugh.
|
||||
for(var/turf/simulated/floor/asteroid/M in world) // Uuuuuugh.
|
||||
M.updateMineralOverlays()
|
||||
|
||||
// Create autolathe recipes, as above.
|
||||
|
||||
Reference in New Issue
Block a user