Hydroponics

Hotfix for ckey of ghosting corpses not transferring. Tweaking longevity and growth speed.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1512 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
uporotiy
2011-04-30 19:31:46 +00:00
parent d2a2f27c12
commit 0869957cae
2 changed files with 7 additions and 4 deletions

View File

@@ -57,10 +57,10 @@
species = "replicapod"
plantname = "Replica pod"
productname = "/mob/living/carbon/human" //verrry special -- Urist
lifespan = 25 //no idea what those do
lifespan = 50 //no idea what those do
endurance = 8
maturation = 12
production = 12
maturation = 10
production = 10
yield = 1 //seeds if there isn't a dna inside
oneharvest = 1
potency = 30

View File

@@ -851,7 +851,10 @@ obj/machinery/hydroponics/attackby(var/obj/item/O as obj, var/mob/user as mob)
//ui = bloodSample.data["blood_dna"] doesn't work for whatever reason
ui = source.dna.uni_identity
se = source.dna.struc_enzymes
ckey = source.ckey
if(source.ckey)
ckey = source.ckey
else if(source.mind)
ckey = ckey(source.mind.key)
realName = source.real_name
gender = source.gender