A bunch of Initialize()s now have return values
This commit is contained in:
@@ -214,7 +214,7 @@
|
||||
/obj/machinery/conveyor_switch/Initialize(mapload, newid)
|
||||
if(mapload)
|
||||
return TRUE //need machines list
|
||||
..()
|
||||
. = ..()
|
||||
if(!id)
|
||||
id = newid
|
||||
update()
|
||||
|
||||
Reference in New Issue
Block a user