Tiger request

This commit is contained in:
Kyep
2018-05-10 00:06:17 -07:00
parent 6c47553fcd
commit e7653b578b
+1 -3
View File
@@ -1255,9 +1255,7 @@
else
log_game("Cube ([monkey_type]) inflated, last touched by: NO_DATA")
var/mob/living/carbon/human/creature = new /mob/living/carbon/human(get_turf(src))
if(!fingerprintshidden)
fingerprintshidden = list()
if(fingerprintshidden.len)
if(LAZYLEN(fingerprintshidden))
creature.fingerprintshidden = fingerprintshidden.Copy()
creature.set_species(monkey_type)
qdel(src)