diff --git a/code/modules/food_and_drinks/food/foods/meat.dm b/code/modules/food_and_drinks/food/foods/meat.dm index e4927ed03af..39bc68ff36c 100644 --- a/code/modules/food_and_drinks/food/foods/meat.dm +++ b/code/modules/food_and_drinks/food/foods/meat.dm @@ -397,11 +397,14 @@ /obj/item/reagent_containers/food/snacks/monkeycube/proc/Expand() if(LAZYLEN(SSmobs.cubemonkeys) >= CONFIG_GET(number/cubemonkey_cap)) - if(fingerprintslast) - to_chat(get_mob_by_ckey(fingerprintslast), "Bluespace harmonics prevent the spawning of more than [CONFIG_GET(number/cubemonkey_cap)] monkeys on the station at one time!") - else - visible_message("[src] fails to expand!") return + //Due to server crashing capabilities, chat feature is disabled. + + //if(fingerprintslast) + // to_chat(get_mob_by_ckey(fingerprintslast), "Bluespace harmonics prevent the spawning of more than [CONFIG_GET(number/cubemonkey_cap)] monkeys on the station at one time!") + //else + // visible_message("[src] fails to expand!") + if(!QDELETED(src)) visible_message("[src] expands!") if(fingerprintslast)