mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 20:13:45 +01:00
Resprites ice cream machine and food cart (#19033)
* kitchen machine * thing * mcramon
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user