Skip to content

Commit

Permalink
modular fabricators no longer dump remote silos on decon (#11191)
Browse files Browse the repository at this point in the history
  • Loading branch information
HowToLoLu authored Jul 15, 2024
1 parent a4027b1 commit 0bd942b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/fabricators/modular_fabricator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
return T

/obj/machinery/modular_fabricator/on_deconstruction()
var/datum/component/material_container/materials = get_material_container()
var/datum/component/material_container/materials = GetComponent(/datum/component/material_container)
materials.retrieve_all()

/obj/machinery/modular_fabricator/proc/AfterMaterialInsert(item_inserted, id_inserted, amount_inserted)
Expand Down

0 comments on commit 0bd942b

Please sign in to comment.