From 67f3f5a3c4508e9d14ccc22f9aaa28cfe2110f22 Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Mon, 19 Aug 2013 15:58:08 -0700 Subject: [PATCH] Podmen prompt/spawn should work now. --- code/game/machinery/podmen.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/machinery/podmen.dm b/code/game/machinery/podmen.dm index 9b8aab80e76..da3fbb72347 100644 --- a/code/game/machinery/podmen.dm +++ b/code/game/machinery/podmen.dm @@ -23,7 +23,7 @@ Growing it to term with nothing injected will grab a ghost from the observers. * var/realName = null var/mob/living/carbon/human/source //Donor of blood, if any. gender = MALE - var/obj/machinery/hydroponics/parent + var/obj/machinery/hydroponics/parent = null var/found_player = 0 /obj/item/seeds/replicapod/attackby(obj/item/weapon/W as obj, mob/user as mob) @@ -65,7 +65,7 @@ Growing it to term with nothing injected will grab a ghost from the observers. * /obj/item/seeds/replicapod/harvest(mob/user = usr) - var/obj/machinery/hydroponics/parent = loc + parent = loc var/found_player = 0 user.visible_message("\blue [user] carefully begins to open the pod...","\blue You carefully begin to open the pod...")