From e78bb385e2320e3d0e99a6addaab4c735a14b205 Mon Sep 17 00:00:00 2001 From: FalseIncarnate Date: Mon, 26 Mar 2018 21:37:23 -0400 Subject: [PATCH] Replaces obsolete HTML tags tags are obsolete, replacing them with tags which are not. Not really any major difference, both are monospace fonts. --- code/game/objects/items/mixing_bowl.dm | 2 +- .../food_and_drinks/kitchen_machinery/kitchen_machine.dm | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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