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)
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)