Fixes lighting overlays & pooling (#10835)

This commit is contained in:
PJB3005
2016-07-02 18:31:29 +02:00
committed by ComicIronic
parent bb69671938
commit c9ffaef3c2

View File

@@ -120,3 +120,8 @@
/atom/movable/lighting_overlay/forceMove(atom/destination, var/harderforce = 0)
if(harderforce)
. = ..()
/atom/movable/lighting_overlay/resetVariables(...)
color = LIGHTING_BASE_MATRIX
return ..("color")