Skip to content

Commit

Permalink
без базароу
Browse files Browse the repository at this point in the history
Co-authored-by: awkwardsocialist <[email protected]>
  • Loading branch information
Kar4es and awkwardsocialist authored Jun 19, 2024
1 parent 270c094 commit ac68ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/food_and_drinks/machinery/coffeemaker.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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, "кофейный картридж пуст!")
Expand Down

0 comments on commit ac68ea7

Please sign in to comment.