Window Rework (#13805)

This commit is contained in:
SleepyGemmy
2022-07-05 14:27:29 +02:00
committed by GitHub
parent 6121af6954
commit 005f30b76f
55 changed files with 2636 additions and 2732 deletions

View File

@@ -1,5 +1,5 @@
/obj/structure/window/New()
..()
/obj/structure/window/New(loc, start_dir = null, constructed = 0)
..(loc, start_dir, constructed)
for(var/obj/structure/table/T in view(src, 1))
T.update_connections()
T.update_icon()
@@ -19,4 +19,4 @@
if(loc != oldloc)
for(var/obj/structure/table/T in view(oldloc, 1) | view(loc, 1))
T.update_connections()
T.update_icon()
T.update_icon()