Update files
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
*/
|
||||
/obj/item/integrated_circuit/loaded/hello_world
|
||||
|
||||
/obj/item/integrated_circuit/loaded/hello_world/Initialize()
|
||||
/obj/item/integrated_circuit/loaded/hello_world/Initialize(mapload)
|
||||
. = ..()
|
||||
var/obj/item/circuit_component/speech/speech = new()
|
||||
add_component(speech)
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
*/
|
||||
/obj/item/integrated_circuit/loaded/speech_relay
|
||||
|
||||
/obj/item/integrated_circuit/loaded/speech_relay/Initialize()
|
||||
/obj/item/integrated_circuit/loaded/speech_relay/Initialize(mapload)
|
||||
. = ..()
|
||||
var/obj/item/circuit_component/hear/hear = new()
|
||||
add_component(hear)
|
||||
|
||||
Reference in New Issue
Block a user