initialize() should now always be called, be it on game starting up or object being created after game start.

Partially fixes #9036.
This commit is contained in:
PsiOmega
2015-04-30 19:28:35 +02:00
parent d59ff1e1f9
commit fcfdcecd3a
13 changed files with 25 additions and 62 deletions

View File

@@ -45,8 +45,6 @@ obj/machinery/atmospherics/pipe/zpipe/New()
initialize_directions = EAST
if(SOUTHWEST)
initialize_directions = SOUTH
initialize()
obj/machinery/atmospherics/pipe/zpipe/hide(var/i)
if(level == 1 && istype(loc, /turf/simulated))