Fixes #5410 and possibly #5399

This commit is contained in:
Zuhayr
2014-07-12 22:02:35 -04:00
committed by ZomgPonies
parent 3ee3937bd8
commit 9c0a28b9d3
@@ -32,7 +32,7 @@ datum/genesequence
var/list/accepted_fossil_types = list(/obj/item/weapon/fossil/plant)
/obj/machinery/computer/reconstitutor/New()
/obj/machinery/computer/reconstitutor/initialize()
if(!undiscovered_genesequences)
undiscovered_genesequences = master_controller.all_plant_genesequences.Copy()
..()
@@ -43,7 +43,7 @@ datum/genesequence
pod1 = null
circuit = "/obj/item/weapon/circuitboard/reconstitutor/animal"
/obj/machinery/computer/reconstitutor/animal/New()
/obj/machinery/computer/reconstitutor/animal/initialize()
undiscovered_genesequences = master_controller.all_animal_genesequences.Copy()
..()