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:
SatinIsle
2023-10-30 17:27:56 +00:00
parent 74b82bd6ff
commit 6e848bea8b
9 changed files with 102 additions and 3 deletions
+4
View File
@@ -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"
+4 -2
View File
@@ -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"