diff --git a/code/game/machinery/vending/vendor_types/food.dm b/code/game/machinery/vending/vendor_types/food.dm index 9a4d8fa3a0..f554c84774 100644 --- a/code/game/machinery/vending/vendor_types/food.dm +++ b/code/game/machinery/vending/vendor_types/food.dm @@ -1,9 +1,10 @@ //------------CANTEEN MRE VENDOR--------------- /obj/structure/machinery/cm_vending/sorted/marine_food - name = "\improper ColMarTech Food Vendor" - desc = "USCM Food Vendor, containing standard military Prepared Meals." - icon_state = "marine_food" - hackable = TRUE + "\improper NestleCo AutoChef" + desc = "An autochef food dispenser, capable of distributing food containing all the essential vitamins and nutrients anyone could ever need. Inedible-looking sludge is passed through a variety of heaters, re-shapers, and solidifiers before being artificially flavored to create something that looks and tastes mostly edible." + icon = 'icons/obj/structures/machinery/vending_32x64.dmi' + icon_state = "food" + hackable = FALSE unacidable = FALSE unslashable = FALSE wrenchable = TRUE diff --git a/code/game/objects/structures/tables_racks.dm b/code/game/objects/structures/tables_racks.dm index 7ce86f9d46..aae43ad609 100644 --- a/code/game/objects/structures/tables_racks.dm +++ b/code/game/objects/structures/tables_racks.dm @@ -630,11 +630,6 @@ icon_state = "clothtable" table_prefix = "cloth" -/obj/structure/surface/table/reinforced/aicore - name = "AI interface table" - desc = "A rather fancy looking table for the ship's AI core." - icon_state = "aicoretable" - /obj/structure/surface/table/reinforced/aicore/update_icon() return