Merge pull request #7247 from VOREStation/Arokha/erisfloors

Port various auto-decorating floors from Eris
This commit is contained in:
Atermonera
2020-05-31 15:37:51 -07:00
committed by GitHub
24 changed files with 1291 additions and 30 deletions
+5
View File
@@ -420,6 +420,11 @@
/obj/structure/window/proc/is_fulltile()
return fulltile
/obj/structure/window/is_between_turfs(var/turf/origin, var/turf/target)
if(fulltile)
return TRUE
return ..()
//This proc is used to update the icons of nearby windows. It should not be confused with update_nearby_tiles(), which is an atmos proc!
/obj/structure/window/proc/update_nearby_icons()
update_icon()