Podmen prompt/spawn should work now.

This commit is contained in:
Zuhayr
2013-08-19 15:58:08 -07:00
parent 809c17710d
commit 67f3f5a3c4
+2 -2
View File
@@ -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...")