Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 1a36ef6

Browse files
guh
1 parent 232ba8d commit 1a36ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/mob/living/silicon/ai/decentralized/systech/rack_creator.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
var/datum/techweb/stored_research
2222

2323
/obj/machinery/rack_creator/Initialize(mapload)
24+
. = ..()
2425
var/obj/item/circuitboard/machine/rack_creator/rack_creator = circuit
2526
if(rack_creator.unlocked)
2627
stored_research = SSresearch.ruin_tech
@@ -30,7 +31,6 @@
3031
rmat = AddComponent(/datum/component/remote_materials, "rackcreator", mapload)
3132
rmat.set_local_size(200000)
3233
RefreshParts()
33-
return ..()
3434

3535

3636
/obj/machinery/rack_creator/RefreshParts()

0 commit comments

Comments
 (0)