Lighting Optimizations (#13593)

* Lighting Optimizations

* styling

* styling

* welp
This commit is contained in:
Fox McCloud
2020-06-21 07:08:59 -04:00
committed by GitHub
parent f59a2191d0
commit ebeee921ca
10 changed files with 57 additions and 47 deletions
+2
View File
@@ -3,6 +3,8 @@
var/turf/newT = get_turf(src)
if(newT.z != oldT.z)
onTransitZ(oldT.z, newT.z)
if(light)
update_light()
if(rotation)
shuttleRotate(rotation)
forceMove(T1)