diff --git a/code/modules/food_and_drinks/kitchen_machinery/icecream_vat.dm b/code/modules/food_and_drinks/kitchen_machinery/icecream_vat.dm index 373ec42e852..18bc71bde37 100644 --- a/code/modules/food_and_drinks/kitchen_machinery/icecream_vat.dm +++ b/code/modules/food_and_drinks/kitchen_machinery/icecream_vat.dm @@ -2,10 +2,10 @@ //Code made by Sawu at Sawu-Station. /obj/machinery/icemachine - name = "\improper Cream-Master Deluxe" + name = "cream-master deluxe" density = TRUE anchored = TRUE - icon = 'icons/obj/cooking_machines.dmi' + icon = 'icons/obj/kitchen.dmi' icon_state = "icecream_vat" use_power = IDLE_POWER_USE max_integrity = 300 diff --git a/code/modules/food_and_drinks/kitchen_machinery/smartfridge.dm b/code/modules/food_and_drinks/kitchen_machinery/smartfridge.dm index 888f6ae6f73..44f33413132 100644 --- a/code/modules/food_and_drinks/kitchen_machinery/smartfridge.dm +++ b/code/modules/food_and_drinks/kitchen_machinery/smartfridge.dm @@ -453,10 +453,10 @@ * Variant of the [Smart Fridge][/obj/machinery/smartfridge] that holds food and drinks in a mobile form */ /obj/machinery/smartfridge/foodcart - name = "\improper Food and Drink Cart" + name = "food and drink cart" desc = "A portable cart for hawking your food and drink wares around the station" - icon = 'icons/obj/foodcart.dmi' - icon_state = "cart" + icon = 'icons/obj/kitchen.dmi' + icon_state = "foodcart" anchored = FALSE use_power = NO_POWER_USE visible_contents = FALSE diff --git a/icons/obj/cooking_machines.dmi b/icons/obj/cooking_machines.dmi index 9b3031ed5f8..db28a550886 100644 Binary files a/icons/obj/cooking_machines.dmi and b/icons/obj/cooking_machines.dmi differ diff --git a/icons/obj/foodcart.dmi b/icons/obj/foodcart.dmi deleted file mode 100644 index 9067c57d8a4..00000000000 Binary files a/icons/obj/foodcart.dmi and /dev/null differ diff --git a/icons/obj/kitchen.dmi b/icons/obj/kitchen.dmi index c162b1007d8..c6ef59cc548 100644 Binary files a/icons/obj/kitchen.dmi and b/icons/obj/kitchen.dmi differ