mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Gas Clouds (#10579)
This commit is contained in:
+2
-2
@@ -6,9 +6,9 @@
|
||||
|
||||
/turf/simulated/proc/update_graphic(list/graphic_add = null, list/graphic_remove = null)
|
||||
if (LAZYLEN(graphic_add))
|
||||
add_overlay(graphic_add.Copy(), TRUE) // We need to copy because SSoverlay will mutate this list & add appearance objects.
|
||||
vis_contents += graphic_add
|
||||
if(LAZYLEN(graphic_remove))
|
||||
cut_overlay(graphic_remove.Copy(), TRUE)
|
||||
vis_contents -= graphic_remove
|
||||
|
||||
/turf/proc/update_air_properties()
|
||||
var/block
|
||||
|
||||
Reference in New Issue
Block a user