OMG POMF DID THING FIXED #1451

This commit is contained in:
D3athrow
2015-03-08 14:49:50 -05:00
parent 66a3691089
commit 7b65cd953e
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@
assign_uid()
id_tag = num2text(uid)
if(ticker && ticker.current_state == 3)//if the game is running
src.initialize()
//src.initialize()
src.broadcast_status()
/obj/machinery/atmospherics/unary/vent_pump/high_volume

View File

@@ -34,7 +34,7 @@
assign_uid()
id_tag = num2text(uid)
if(ticker && ticker.current_state == 3)//if the game is running
src.initialize()
//src.initialize()
src.broadcast_status()
/obj/machinery/atmospherics/unary/vent_scrubber/update_icon()