mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 23:49:21 +01:00
Desatti vending machine
Added a vending machine that stocks all desatti foods. Included in random vending machine choices. Added rhubarb and custard sweets. Added pork pies. Added a sweets crate to cargo hospitality orders. Fixed desatti jaffa cake crate having only one box instead of ten.
This commit is contained in:
@@ -445,6 +445,10 @@
|
||||
name = "scotch egg packaging"
|
||||
icon_state = "scotchegg"
|
||||
|
||||
/obj/item/trash/porkpie
|
||||
name = "pork pie packaging"
|
||||
icon_state = "porkpie"
|
||||
|
||||
//Candy Bars (1-10)
|
||||
/obj/item/trash/candy/cb01
|
||||
name = "\improper Tau Ceti Bar wrapper"
|
||||
|
||||
@@ -84,7 +84,8 @@
|
||||
prob(5);/obj/machinery/vending/sovietsoda,
|
||||
prob(5);/obj/machinery/vending/sovietvend,
|
||||
prob(5);/obj/machinery/vending/radren,
|
||||
prob(3);/obj/machinery/vending/altevian) //VOREStation Edit End
|
||||
prob(3);/obj/machinery/vending/altevian,
|
||||
prob(5);/obj/machinery/vending/desatti) //VOREStation Edit End
|
||||
|
||||
/obj/random/vendorfood //Random food vendors for station use
|
||||
name = "random snack vending machine"
|
||||
@@ -98,7 +99,8 @@
|
||||
/obj/machinery/vending/sol,
|
||||
/obj/machinery/vending/snix,
|
||||
/obj/machinery/vending/snlvend,
|
||||
/obj/machinery/vending/altevian)
|
||||
/obj/machinery/vending/altevian,
|
||||
/obj/machinery/vending/desatti)
|
||||
|
||||
/obj/random/vendordrink //Random drink vendors for station use
|
||||
name = "random drink vending machine"
|
||||
|
||||
Reference in New Issue
Block a user