mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-28 10:12:01 +00:00
Unified most of the procs into one definition, so there are no duplicate around the codebase. Marked some of the above as overridable if a good enough case can be made for them (eg. external dependency or unlikely to be used).
6 lines
190 B
Plaintext
6 lines
190 B
Plaintext
/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()
|