Merge pull request #8121 from VOREStation/Arokha/morefloor

Further Eris floor blending tweaks
This commit is contained in:
Aronai Sieyes
2020-05-29 16:05:52 -04:00
committed by GitHub
11 changed files with 375 additions and 102 deletions
+5
View File
@@ -424,6 +424,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()