Update files
This commit is contained in:
@@ -313,7 +313,7 @@
|
||||
var/challenge = FALSE
|
||||
var/moved = FALSE
|
||||
|
||||
/obj/item/circuitboard/computer/syndicate_shuttle/Initialize()
|
||||
/obj/item/circuitboard/computer/syndicate_shuttle/Initialize(mapload)
|
||||
. = ..()
|
||||
GLOB.syndicate_shuttle_boards += src
|
||||
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
#define PATH_POWERCOIL /obj/machinery/power/tesla_coil/power
|
||||
#define PATH_RPCOIL /obj/machinery/power/tesla_coil/research
|
||||
|
||||
/obj/item/circuitboard/machine/tesla_coil/Initialize()
|
||||
/obj/item/circuitboard/machine/tesla_coil/Initialize(mapload)
|
||||
. = ..()
|
||||
if(build_path)
|
||||
build_path = PATH_POWERCOIL
|
||||
@@ -347,7 +347,7 @@
|
||||
#define PATH_FREEZER /obj/machinery/atmospherics/components/unary/thermomachine/freezer
|
||||
#define PATH_HEATER /obj/machinery/atmospherics/components/unary/thermomachine/heater
|
||||
|
||||
/obj/item/circuitboard/machine/thermomachine/Initialize()
|
||||
/obj/item/circuitboard/machine/thermomachine/Initialize(mapload)
|
||||
. = ..()
|
||||
if(!build_path)
|
||||
if(prob(50))
|
||||
|
||||
Reference in New Issue
Block a user