diff --git a/code/modules/hydroponics/grown/replicapod.dm b/code/modules/hydroponics/grown/replicapod.dm index dac9070d4a0..f421032ecc2 100644 --- a/code/modules/hydroponics/grown/replicapod.dm +++ b/code/modules/hydroponics/grown/replicapod.dm @@ -35,8 +35,6 @@ blood_type = bloodSample.data["blood_type"] features = bloodSample.data["features"] factions = bloodSample.data["factions"] - factions |= "plants" - factions |= "vines" W.reagents.clear_reagents() user << "You inject the contents of the syringe into the seeds." contains_sample = 1