Reverse floor decal removal commit 00f8ae5

This commit is contained in:
Arokha Sieyes
2018-03-01 09:43:38 -05:00
parent 77fc9fe7ec
commit 517d4a9e56
23 changed files with 250 additions and 99 deletions

View File

@@ -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, priority = TRUE)
overlays += graphic_add
if(LAZYLEN(graphic_remove))
cut_overlay(graphic_remove, priority = TRUE)
overlays -= graphic_remove
/turf/proc/update_air_properties()
var/block = c_airblock(src)