mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Adds Poster Supply Packs
This commit is contained in:
@@ -1123,13 +1123,23 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
/obj/item/weapon/reagent_containers/glass/paint/black,
|
||||
/obj/item/weapon/reagent_containers/glass/paint/white,
|
||||
/obj/item/weapon/reagent_containers/glass/paint/remover,
|
||||
/obj/item/weapon/contraband/poster,
|
||||
/obj/item/weapon/contraband/poster/legit,
|
||||
/obj/item/stack/wrapping_paper,
|
||||
/obj/item/stack/wrapping_paper,
|
||||
/obj/item/stack/wrapping_paper)
|
||||
cost = 10
|
||||
containername = "Arts and Crafts crate"
|
||||
|
||||
/datum/supply_packs/misc/posters
|
||||
name = "Corporate Posters Crate"
|
||||
contains = list(/obj/item/weapon/contraband/poster/legit,
|
||||
/obj/item/weapon/contraband/poster/legit,
|
||||
/obj/item/weapon/contraband/poster/legit,
|
||||
/obj/item/weapon/contraband/poster/legit,
|
||||
/obj/item/weapon/contraband/poster/legit)
|
||||
cost = 8
|
||||
containername = "Corporate Posters Crate"
|
||||
|
||||
///////////// Janitor Supplies
|
||||
|
||||
/datum/supply_packs/misc/janitor
|
||||
@@ -1246,9 +1256,7 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
|
||||
/datum/supply_packs/misc/randomised/contraband
|
||||
num_contained = 5
|
||||
contains = list(/obj/item/weapon/storage/pill_bottle/zoom,
|
||||
/obj/item/weapon/storage/pill_bottle/happy,
|
||||
/obj/item/weapon/storage/pill_bottle/random_drug_bottle,
|
||||
contains = list(/obj/item/weapon/storage/pill_bottle/random_drug_bottle,
|
||||
/obj/item/weapon/contraband/poster,
|
||||
/obj/item/weapon/storage/fancy/cigarettes/dromedaryco,
|
||||
/obj/item/weapon/storage/fancy/cigarettes/cigpack_shadyjims)
|
||||
|
||||
Reference in New Issue
Block a user