Resprites ice cream machine and food cart (#19033)

* kitchen machine

* thing

* mcramon
This commit is contained in:
S34N
2022-09-25 17:22:25 +01:00
committed by GitHub
parent b32f499e72
commit 39b335b2f1
5 changed files with 5 additions and 5 deletions
@@ -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
@@ -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