Update files

This commit is contained in:
SandPoot
2022-04-06 18:41:31 -03:00
parent 4c3fa08cdf
commit 586a035132
881 changed files with 1599 additions and 1599 deletions
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -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)