mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 17:11:22 +00:00
Window Rework (#13805)
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user