This commit is contained in:
pinatacolada
2016-04-24 20:10:31 +01:00
parent 35b2d8589c
commit af04360af1
+3 -1
View File
@@ -26,7 +26,9 @@
/obj/machinery/smartfridge/New()
..()
component_parts = list()
component_parts += new /obj/item/weapon/circuitboard/smartfridge(null)
var/obj/item/weapon/circuitboard/smartfridge/board = new(null)
board.set_type(type)
component_parts += board
component_parts += new /obj/item/weapon/stock_parts/matter_bin(null)
RefreshParts()