Skip to content

Commit

Permalink
Club Showcase Now Includes Food (#8316)
Browse files Browse the repository at this point in the history
Club showcase now includes food
  • Loading branch information
Mycah142 committed Sep 22, 2023
1 parent 5d97b27 commit 7837621
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/game/machinery/vending.dm
Original file line number Diff line number Diff line change
Expand Up @@ -970,15 +970,15 @@
auto_price = FALSE

/obj/machinery/vending/drink_showcase
name = "Club Cocktail Showcase"
desc = "A vending machine to showcase cocktails."
name = "Club Showcase"
desc = "A vending machine to showcase cocktails and meals."
icon_state = "showcase"
var/icon_fill = "showcase-fill"
vend_delay = 15
idle_power_usage = 211 //refrigerator - believe it or not, this is actually the average power consumption of a refrigerated vending machine according to NRCan.
vendor_department = DEPARTMENT_CIVILIAN
custom_vendor = TRUE
can_stock = list(/obj/item/reagent_containers/glass, /obj/item/reagent_containers/food/drinks, /obj/item/reagent_containers/food/condiment)
can_stock = list(/obj/item/reagent_containers/glass, /obj/item/reagent_containers/food)

/obj/machinery/vending/drink_showcase/update_icon()
..()
Expand Down

0 comments on commit 7837621

Please sign in to comment.