Fixes a bug involving a map template resetting the map loader's

progress
This commit is contained in:
Crazylemon64
2016-07-06 22:51:48 -07:00
parent 2ca2397e69
commit 1745c71474
13 changed files with 111 additions and 48 deletions
+2 -1
View File
@@ -9,6 +9,7 @@
invisibility = INVISIBILITY_LIGHTING
color = "#000000"
icon_state = "light1"
auto_init = 0 // doesn't need special init
var/lum_r
var/lum_g
@@ -104,4 +105,4 @@
if(istype(T))
T.lighting_overlay = null
return ..()
return ..()