Update files
This commit is contained in:
@@ -321,7 +321,7 @@ GLOBAL_LIST_EMPTY(conveyors_by_id)
|
||||
desc = "A conveyor control switch. It appears to only go in one direction."
|
||||
oneway = TRUE
|
||||
|
||||
/obj/machinery/conveyor_switch/oneway/Initialize()
|
||||
/obj/machinery/conveyor_switch/oneway/Initialize(mapload)
|
||||
. = ..()
|
||||
if((dir == NORTH) || (dir == WEST))
|
||||
invert_icon = TRUE
|
||||
@@ -334,7 +334,7 @@ GLOBAL_LIST_EMPTY(conveyors_by_id)
|
||||
w_class = WEIGHT_CLASS_NORMAL
|
||||
var/id = "" //inherited by the switch
|
||||
|
||||
/obj/item/conveyor_switch_construct/Initialize()
|
||||
/obj/item/conveyor_switch_construct/Initialize(mapload)
|
||||
. = ..()
|
||||
id = "[rand()]" //this couldn't possibly go wrong
|
||||
|
||||
|
||||
@@ -240,7 +240,7 @@
|
||||
canclank = TRUE
|
||||
var/obj/linked // the linked obj/machinery/disposal or obj/disposaloutlet
|
||||
|
||||
/obj/structure/disposalpipe/trunk/Initialize()
|
||||
/obj/structure/disposalpipe/trunk/Initialize(mapload)
|
||||
. = ..()
|
||||
getlinked()
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
icon_state = "pipe-j2s"
|
||||
initialize_dirs = DISP_DIR_LEFT | DISP_DIR_FLIP
|
||||
|
||||
/obj/structure/disposalpipe/sorting/mail/Initialize()
|
||||
/obj/structure/disposalpipe/sorting/mail/Initialize(mapload)
|
||||
. = ..()
|
||||
// Generate a list of soring tags.
|
||||
if(sortType)
|
||||
|
||||
Reference in New Issue
Block a user