Skip to content

Commit

Permalink
moves all contraband into the bm properly
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Jan 2, 2025
1 parent 40dd655 commit 0e0383d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 21 deletions.
10 changes: 10 additions & 0 deletions code/datums/supply_packs/black_market.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1124,6 +1124,16 @@ This is where the RO can reclaim their lost honor and purchase the M44 custom, t
crate_heat = 4
containertype = /obj/structure/largecrate/black_market

/datum/supply_packs/contraband/deep_storage/gunslinger_holster
name = "Red Ranger Cowboy Gunbelt Crate (x2)"
contains = list(
/obj/item/storage/belt/gun/m44/gunslinger,
/obj/item/storage/belt/gun/m44/gunslinger,
)
dollar_cost = 20
crate_heat = 4
containertype = /obj/structure/largecrate/black_market

/* --- MISCELLANEOUS --- */

/*
Expand Down
12 changes: 0 additions & 12 deletions code/datums/supply_packs/clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -96,18 +96,6 @@
containername = "Shoulder Holster Crate"
group = "Clothing"

/datum/supply_packs/gunslinger_holster
contains = list(
/obj/item/storage/belt/gun/m44/gunslinger,
/obj/item/storage/belt/gun/m44/gunslinger,
)
name = "Red Ranger Cowboy Gunbelt Crate (x2)"
cost = 20
contraband = 1
containertype = /obj/structure/closet/crate
containername = "Cowboy Costume Crate"
group = "Clothing"

/datum/supply_packs/officer_outfits//lmao this shit is so hideously out of date
contains = list(
/obj/item/clothing/under/rank/qm_suit,
Expand Down
9 changes: 0 additions & 9 deletions code/datums/supply_packs/weapons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,3 @@
containername = "M707 crate"
group = "Weapons"
*/

/datum/supply_packs/gun/merc
contains = list()
name = "black market firearms (x1)"
cost = 40
contraband = 1
containertype = /obj/structure/largecrate/guns/merc
containername = "\improper black market firearms crate"
group = "Weapons"

0 comments on commit 0e0383d

Please sign in to comment.