Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DexterDude committed Oct 9, 2024
1 parent 7d12ac4 commit 9bd5eab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
9 changes: 5 additions & 4 deletions code/game/machinery/vending/vendor_types/food.dm
Original file line number Diff line number Diff line change
@@ -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"

Check failure on line 3 in code/game/machinery/vending/vendor_types/food.dm

View workflow job for this annotation

GitHub Actions / Run Linters

got '"\improper NestleCo AutoChef"', expected one of: newline, '}', '/', identifier
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
Expand Down
5 changes: 0 additions & 5 deletions code/game/objects/structures/tables_racks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9bd5eab

Please sign in to comment.