From ac68ea79eeb80e92451bd3468ab26e3582205bb0 Mon Sep 17 00:00:00 2001 From: Kar4es <144079671+Kar4es@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:21:01 +0700 Subject: [PATCH] =?UTF-8?q?=D0=B1=D0=B5=D0=B7=20=D0=B1=D0=B0=D0=B7=D0=B0?= =?UTF-8?q?=D1=80=D0=BE=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: awkwardsocialist <88992598+awkwardsocialist@users.noreply.github.com> --- code/modules/food_and_drinks/machinery/coffeemaker.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/food_and_drinks/machinery/coffeemaker.dm b/code/modules/food_and_drinks/machinery/coffeemaker.dm index 4cb9f269f35fb..53a771310b3a4 100644 --- a/code/modules/food_and_drinks/machinery/coffeemaker.dm +++ b/code/modules/food_and_drinks/machinery/coffeemaker.dm @@ -265,7 +265,7 @@ /obj/machinery/coffeemaker/proc/try_brew() if(!cartridge) - balloon_alert(usr, "картридж для кофе не вставлен!") + balloon_alert(usr, "не вставлен картридж для кофе!") return FALSE if(cartridge.charges < 1) balloon_alert(usr, "кофейный картридж пуст!")