From 86c66ebcd47e7ed6275e668341758d6906981bfa Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Tue, 13 Aug 2013 14:51:39 -0700 Subject: [PATCH] Possible fix to weird podman behavior. --- code/game/machinery/podmen.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/game/machinery/podmen.dm b/code/game/machinery/podmen.dm index e9a1d50ff6a..730f69e6643 100644 --- a/code/game/machinery/podmen.dm +++ b/code/game/machinery/podmen.dm @@ -84,9 +84,6 @@ Growing it to term with nothing injected will grab a ghost from the observers. * if(!do_after(user, 100)) return - if(!src || !user) - return - if(candidates.len) ghost = pick(candidates)