Fixes odd behavior and a runtime with monkey cubes (#12839)

This commit is contained in:
SteelSlayer
2019-12-23 07:50:29 -06:00
committed by variableundefined
parent a8c36b6c37
commit 2172efb733
@@ -286,7 +286,7 @@
if(faction)
creature.faction = faction
if(LAZYLEN(fingerprintshidden))
creature.fingerprintshidden = fingerprintshidden.Copy()
creature.fingerprintshidden = fingerprintshidden
creature.set_species(monkey_type)
SSmobs.cubemonkeys += creature
qdel(src)