mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
Merge branch 'master' of https://github.com/tgstation/-tg-station into GunsEdition
Conflicts: _maps/map_files/TgStation/tgstation.2.1.3.dmm
This commit is contained in:
@@ -1107,11 +1107,11 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
|
||||
/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)
|
||||
contains = list(/obj/item/weapon/poster/legit,
|
||||
/obj/item/weapon/poster/legit,
|
||||
/obj/item/weapon/poster/legit,
|
||||
/obj/item/weapon/poster/legit,
|
||||
/obj/item/weapon/poster/legit)
|
||||
cost = 8
|
||||
containername = "Corporate Posters Crate"
|
||||
|
||||
@@ -1265,7 +1265,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/contraband/poster,
|
||||
contains = list(/obj/item/weapon/poster/contraband,
|
||||
/obj/item/weapon/storage/fancy/cigarettes/dromedaryco,
|
||||
/obj/item/weapon/storage/fancy/cigarettes/cigpack_shadyjims)
|
||||
name = "Contraband Crate"
|
||||
|
||||
Reference in New Issue
Block a user