diff --git a/code/game/machinery/kitchen/monkeyrecycler.dm b/code/game/machinery/kitchen/monkeyrecycler.dm index 12feba6cf17..b95e4ae5318 100644 --- a/code/game/machinery/kitchen/monkeyrecycler.dm +++ b/code/game/machinery/kitchen/monkeyrecycler.dm @@ -60,7 +60,7 @@ if(5) cube_type = /obj/item/weapon/reagent_containers/food/snacks/monkeycube cycle_through = 0 - to_chat(user, "You change the monkeycube type to [cube_type.name].") + to_chat(user, "You change the monkeycube type to [initial(cube_type.name)].") if (src.stat != 0) //NOPOWER etc return