Add seed vault and animal hospital

This commit is contained in:
Mark van Alphen
2019-03-31 23:49:18 +02:00
parent 1619bc048b
commit ed153d3566
37 changed files with 617 additions and 12 deletions
+10
View File
@@ -32,6 +32,16 @@
component_parts += new /obj/item/stock_parts/manipulator(null)
RefreshParts()
/obj/machinery/plantgenes/upgraded/New()
..()
component_parts = list()
component_parts += new /obj/item/circuitboard/plantgenes(null)
component_parts += new /obj/item/stock_parts/console_screen(null)
component_parts += new /obj/item/stock_parts/scanning_module/phasic(null)
component_parts += new /obj/item/stock_parts/micro_laser/ultra(null)
component_parts += new /obj/item/stock_parts/manipulator/pico(null)
RefreshParts()
/obj/machinery/plantgenes/Destroy()
core_genes.Cut()
reagent_genes.Cut()