From 14bdb5995dc319ee3f4dc1c02fd2dafdd57f8a6b Mon Sep 17 00:00:00 2001 From: drynwyn Date: Fri, 10 Jun 2016 11:13:26 -0400 Subject: [PATCH] Removes superfluous faction adding. --- code/modules/hydroponics/grown/replicapod.dm | 2 -- 1 file changed, 2 deletions(-) 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