From 2172efb73353b06ed4cb37c1fa4a8b20bb81d3cd Mon Sep 17 00:00:00 2001 From: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com> Date: Mon, 23 Dec 2019 07:50:29 -0600 Subject: [PATCH] Fixes odd behavior and a runtime with monkey cubes (#12839) --- code/modules/food_and_drinks/food/foods/meat.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/food_and_drinks/food/foods/meat.dm b/code/modules/food_and_drinks/food/foods/meat.dm index f66d46f0da6..0eea67d946e 100644 --- a/code/modules/food_and_drinks/food/foods/meat.dm +++ b/code/modules/food_and_drinks/food/foods/meat.dm @@ -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)