Update files
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
/obj/item/circuit_component/proc/add_option_port(name, list/list_to_use)
|
||||
return add_input_port(name, PORT_TYPE_OPTION, port_type = /datum/port/input/option, extra_args = list("possible_options" = list_to_use))
|
||||
|
||||
/obj/item/circuit_component/Initialize()
|
||||
/obj/item/circuit_component/Initialize(mapload)
|
||||
. = ..()
|
||||
if(name == COMPONENT_DEFAULT_NAME)
|
||||
name = "[lowertext(display_name)] [COMPONENT_DEFAULT_NAME]"
|
||||
|
||||
Reference in New Issue
Block a user