Fixes snacks.dm runtime and monkey bug

This commit is contained in:
Kyep
2018-05-09 23:57:47 -07:00
parent 1eb5d62368
commit 6c47553fcd
@@ -1255,6 +1255,8 @@
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)
creature.fingerprintshidden = fingerprintshidden.Copy()
creature.set_species(monkey_type)