From c19d136996ef371699e6c5d3aaf128848d6f3d60 Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Wed, 14 Aug 2013 19:58:39 -0700 Subject: [PATCH] Podman fix. --- code/game/machinery/podmen.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/podmen.dm b/code/game/machinery/podmen.dm index 730f69e6643..abf5c52aa81 100644 --- a/code/game/machinery/podmen.dm +++ b/code/game/machinery/podmen.dm @@ -88,7 +88,7 @@ Growing it to term with nothing injected will grab a ghost from the observers. * ghost = pick(candidates) //If we don't have a ghost or the ghost is now unplayed, we just give the harvester some seeds. - if(!ghost || !(ghost.ckey)) + if(!ghost || !(ghost.ckey) || ghost.stat != 2) user << "The pod has formed badly, and all you can do is salvage some of the seeds." var/seed_count = 1