Update changeling.dm

This commit is contained in:
shellspeed1
2020-11-20 01:41:14 -08:00
parent c1cecb651d
commit 6cc7f15743
@@ -18,7 +18,7 @@
var/list/stored_profiles = list() //list of datum/changelingprofile
var/datum/changelingprofile/first_prof = null
var/dna_max = 6 //How many extra DNA strands the changeling can store for transformation.
var/dna_max = 99 //How many extra DNA strands the changeling can store for transformation.
var/absorbedcount = 0
/// did we get succed by another changeling
var/hostile_absorbed = FALSE