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
+5
View File
@@ -14,3 +14,8 @@
/mob/camera/experience_pressure_difference()
return
/mob/camera/forceMove(atom/destination)
var/oldloc = loc
loc = destination
Moved(oldloc, NONE)