Fixes lings being unable to complete their extract objective.

This commit is contained in:
Miauw
2015-08-15 17:14:14 +02:00
parent 06b94738fa
commit 53eb3e4e3c

View File

@@ -265,7 +265,7 @@ var/list/slot2type = list("head" = /obj/item/clothing/head/changeling, "wear_mas
//var/list/absorbed_dna = list()
//var/list/protected_dna = list() //dna that is not lost when capacity is otherwise full
var/dna_max = 6 //How many extra DNA strands the changeling can store for transformation.
var/absorbedcount = 1 //We would require at least 1 sample of compatible DNA to have taken on the form of a human.
var/absorbedcount = 0
var/chem_charges = 20
var/chem_storage = 75
var/chem_recharge_rate = 1
@@ -363,6 +363,7 @@ var/list/slot2type = list("head" = /obj/item/clothing/head/changeling, "wear_mas
prof.exists_list[slot] = 1
stored_profiles += prof
absorbedcount++
return prof