Turf Refactor, Part 1: Purging /turf/simulated/shuttle (#15454)

* Turf Refactor, Part 1: Purging /turf/simulated/shuttle

* everything but shuttle templates

* it is done

* titanium airlocks

* correcting multi-turfs
This commit is contained in:
Fox McCloud
2021-02-07 06:06:55 -05:00
committed by GitHub
parent 8542d8f087
commit aa86510c54
69 changed files with 7447 additions and 16321 deletions
+4 -3
View File
@@ -953,8 +953,9 @@
T.icon_state = icon_state
if(T.icon != icon)
T.icon = icon
if(T.color != color)
T.color = color
if(color)
T.atom_colours = atom_colours.Copy()
T.update_atom_colour()
if(T.dir != dir)
T.dir = dir
T.setDir(dir)
return T