mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-14 08:35:39 +01:00
Gives entrepreneurs mail (#17424)
It kinda sucked that entrepreneurs were just guaranteed to get vending machine coffee in the mail. Now they can get a bunch of things!
This commit is contained in:
@@ -295,7 +295,19 @@
|
||||
)
|
||||
/datum/job/entrepreneur // Same for these guys! What could they get?
|
||||
mail_goodies = list(
|
||||
/obj/item/reagent_containers/food/drinks/coffee = 1000, // For now, they'll get extra on coffee.
|
||||
/obj/item/entrepreneur/crystal_ball = 40,
|
||||
/obj/item/entrepreneur/horoscope = 40,
|
||||
/obj/random/plushie = 40,
|
||||
/obj/item/entrepreneur/dumbbell = 40,
|
||||
/obj/item/entrepreneur/emf = 40,
|
||||
/obj/item/entrepreneur/spirit_board = 40,
|
||||
/obj/item/reagent_containers/glass/bottle/essential_oil = 40,
|
||||
/obj/random/nukies_can_legal = 100,
|
||||
/obj/random/mega_nukies = 20,
|
||||
/obj/item/bikehorn/rubberducky = 50,
|
||||
/obj/random/cash = 100,
|
||||
/obj/item/pen/fountain7 = 50,
|
||||
/obj/item/megaphone = 10
|
||||
)
|
||||
mail_color = COMMS_COLOR_SERVICE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user