Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forgotten Gang Tool Item: "Drug Lord Bundle" #263

Open
CaputCapital opened this issue Mar 6, 2023 · 2 comments
Open

Forgotten Gang Tool Item: "Drug Lord Bundle" #263

CaputCapital opened this issue Mar 6, 2023 · 2 comments

Comments

@CaputCapital
Copy link

Posting because I don't know if this is a bug or if it was removed from the code, I can't check the code anymore. The "Drug Lord Bundle" doesn't show up in the gang tool for some reason. This was a gang tool bundle cornercube implemented along with three other bundles back on previous iterations of F13. In gang_items.dm it had the following code of:

/datum/gang_item/equipment/bundledenboss
name = "Drug Lord Bundle"
id = "bundledenboss"
cost = 850
item_path = /obj/item/storage/box/bundledenboss

/obj/item/storage/box/bundledenboss
name = "Drug Lord Bundle"
desc = "Rule the underworld like the Den Mob of old."

/obj/item/storage/box/bundledenboss/PopulateContents()
new /obj/item/gun/ballistic/automatic/assault_carbine/worn(src)
new /obj/item/reagent_containers/hypospray/medipen/medx(src)
new /obj/item/reagent_containers/hypospray/medipen/medx(src)
new /obj/item/reagent_containers/hypospray/medipen/medx(src)
new /obj/item/reagent_containers/hypospray/medipen/psycho(src)
new /obj/item/reagent_containers/hypospray/medipen/psycho(src)
new /obj/item/clothing/under/f13/densuit(src)

@Cartlord
Copy link
Contributor

Cartlord commented Mar 7, 2023

I searched the repo (bar in the top-left, i can't imagine why you wouldn't be able to do that) and it's gone

@CaputCapital
Copy link
Author

I searched the repo (bar in the top-left, i can't imagine why you wouldn't be able to do that) and it's gone

I can use the bar in the top-left and enter a query for a search in this repo but nothing in regards to code shows up. Only commits and issues. This has happened for most, if not everyone on here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants