Skip to content

Commit

Permalink
[MIRROR] Adds LTSRBT boards to the trash piles, smuggler satchels, an…
Browse files Browse the repository at this point in the history
…d Underworld Connections quirk's mail goodies (#5017)

* Adds LTSRBT boards to the trash piles, smuggler satchels, and Underworld Connections quirk's mail goodies (#4374)

Good enough

* [MIRROR] Adds LTSRBT boards to the trash piles, smuggler satchels, and Underworld Connections quirk's mail goodies

---------

Co-authored-by: Stalkeros <[email protected]>
Co-authored-by: StealsThePRs <[email protected]>
  • Loading branch information
3 people authored Sep 11, 2024
1 parent cecc9a1 commit b1e4f2c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions code/_globalvars/lists/maintenance_loot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ GLOBAL_LIST_INIT(uncommon_loot, list(//uncommon: useful items
/obj/item/spear = 1,
/obj/item/weldingtool/largetank = 1,
/obj/item/market_uplink/blackmarket = 1,
/obj/item/circuitboard/machine/ltsrbt = 1, //NOVA EDIT ADDITION - More widespread Black Market
) = 8,

list(//equipment
Expand Down
1 change: 1 addition & 0 deletions code/game/objects/effects/spawners/random/contraband.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
/obj/item/clothing/under/syndicate/tacticool = 20,
/obj/item/food/grown/cannabis/white = 10,
/obj/item/storage/box/fireworks/dangerous = 10,
/obj/item/circuitboard/machine/ltsrbt = 10, //NOVA EDIT ADDITION - More widespread Black Market
/obj/item/storage/pill_bottle/zoom = 10,
/obj/item/storage/pill_bottle/happy = 10,
/obj/item/storage/pill_bottle/lsd = 10,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

/obj/structure/trash_pile/Initialize(mapload)
. = ..()
AddElement(/datum/element/climbable)
icon_state = pick(
"pile1",
"pile2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
lose_text = span_notice("Your contacts to the underworld have gone quiet.")
medical_record_text = "Patient records may have been tampered with in the past."
quirk_flags = QUIRK_HIDE_FROM_SCAN
mail_goodies = list(/obj/item/storage/briefcase/secure)
mail_goodies = list(/obj/item/circuitboard/machine/ltsrbt, /obj/item/stack/ore/bluespace_crystal/artificial, /datum/stock_part/ansible)

/datum/quirk/item_quirk/underworld_connections/add_unique(client/client_source)
if (ishuman(quirk_holder))
Expand Down

0 comments on commit b1e4f2c

Please sign in to comment.