You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
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)
The text was updated successfully, but these errors were encountered: