diff --git a/code/game/objects/items/mixing_bowl.dm b/code/game/objects/items/mixing_bowl.dm index 7f66fb2d37f..66b4a203935 100644 --- a/code/game/objects/items/mixing_bowl.dm +++ b/code/game/objects/items/mixing_bowl.dm @@ -53,7 +53,7 @@ /obj/item/mixing_bowl/attack_self(mob/user) var/dat = "" if(dirty) - dat = {"This [src] is dirty!
Please clean it before use!
"} + dat = {"This [src] is dirty!
Please clean it before use!
"} else var/list/items_counts = new var/list/items_measures = new diff --git a/code/modules/food_and_drinks/kitchen_machinery/kitchen_machine.dm b/code/modules/food_and_drinks/kitchen_machinery/kitchen_machine.dm index 90b7b6927ae..68c08951b05 100644 --- a/code/modules/food_and_drinks/kitchen_machinery/kitchen_machine.dm +++ b/code/modules/food_and_drinks/kitchen_machinery/kitchen_machine.dm @@ -174,11 +174,11 @@ return var/dat = "" if(broken > 0) - dat = {"Bzzzzttttt"} + dat = {"Bzzzzttttt"} else if(operating) - dat = {"[pick(cook_verbs)] in progress!
Please wait...!
"} + dat = {"[pick(cook_verbs)] in progress!
Please wait...!
"} else if(dirty==100) - dat = {"This [src] is dirty!
Please clean it before use!
"} + dat = {"This [src] is dirty!
Please clean it before use!
"} else var/list/items_counts = new var/list/items_measures = new