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
+2 -2
View File
@@ -241,7 +241,7 @@
. = ..()
/obj/docking_port/mobile/Initialize(mapload)
..()
. = ..()
var/area/A = get_area(src)
if(istype(A, /area/shuttle))
@@ -316,7 +316,7 @@
if(!check_dock(S))
testing("check_dock failed on request for [src]")
return
if(mode == SHUTTLE_IGNITING && destination == S)
return