mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Revert "Reverse floor decal removal commit 00f8ae5"
This reverts commit 517d4a9e56.
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
|
||||
/turf/simulated/proc/update_graphic(list/graphic_add = null, list/graphic_remove = null)
|
||||
if(LAZYLEN(graphic_add))
|
||||
overlays += graphic_add
|
||||
add_overlay(graphic_add, priority = TRUE)
|
||||
if(LAZYLEN(graphic_remove))
|
||||
overlays -= graphic_remove
|
||||
cut_overlay(graphic_remove, priority = TRUE)
|
||||
|
||||
/turf/proc/update_air_properties()
|
||||
var/block = c_airblock(src)
|
||||
|
||||
Reference in New Issue
Block a user