mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-29 03:21:42 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user