A bunch of Initialize()s now have return values

This commit is contained in:
CitadelStationBot
2017-04-25 03:51:57 -05:00
parent 306e7c1cba
commit d931e5801c
39 changed files with 59 additions and 51 deletions
+1 -1
View File
@@ -282,7 +282,7 @@
var/list/connected_panels = list()
/obj/machinery/power/solar_control/Initialize()
..()
. = ..()
if(powernet)
set_panels(currentdir)
connect_to_network()