mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 23:48:28 +01:00
Add juice boxes. (#31331)
* Add juice boxes. - Include juice boxes in packed lunches quirk. - Make juice names and drink names in drinks_reagents.dm more consistent. * Appease linters with static typing? * Add juice box box. It's a variety pack. * Add trailing commas to positive quirks as requested. * Add random juice box spawners. - Spawn random and specified juice boxes on station maps. - Spawn partial juice variety packs on station maps. * Add juice box variety pack supply crate. * Make juice box storage even fancier. * Thanks, linters! * Thanks, linters! part 2 * Give the pre-packaged juice boxes a brand name. * Apply whitespace suggestion from review. Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Signed-off-by: Alan <alfalfascout@users.noreply.github.com> --------- Signed-off-by: Alan <alfalfascout@users.noreply.github.com> Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
This commit is contained in:
@@ -204,6 +204,15 @@
|
||||
containername = "beer starter kit"
|
||||
announce_beacons = list("Bar" = list("Bar"))
|
||||
|
||||
/datum/supply_packs/organic/juice_boxes
|
||||
name = "Stationside Juice Boxes Variety Pack"
|
||||
contains = list(/obj/item/storage/fancy/juice_boxes/full,
|
||||
/obj/item/storage/fancy/juice_boxes/full,
|
||||
/obj/item/storage/fancy/juice_boxes/full,
|
||||
)
|
||||
cost = 400
|
||||
containername = "juice box box box"
|
||||
|
||||
//////// livestock
|
||||
/datum/supply_packs/organic/cow
|
||||
name = "Cow Crate"
|
||||
@@ -454,4 +463,4 @@
|
||||
cost = 150
|
||||
containertype = /obj/structure/largecrate
|
||||
containername = "Bottler Unit Crate"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user