Convert a rogue area/New() to Initialize() (#3001)

This commit is contained in:
Lohikar
2017-07-10 12:10:14 -05:00
committed by skull132
parent 606a9c7541
commit df2c571647
+1 -1
View File
@@ -2,7 +2,7 @@
luminosity = TRUE
var/dynamic_lighting = TRUE
/area/New()
/area/Initialize()
. = ..()
if (dynamic_lighting)