// This list of randoms is intended for use in the biogenerator. // These ones are sanitized of anything funky compared to other random item lists /obj/random/biogenerator/backpack name = "generic backpack" icon = 'icons/obj/storage/backpack.dmi' icon_state = "backpack" spawnlist = list( /obj/item/storage/backpack, /obj/item/storage/backpack/satchel/leather, /obj/item/storage/backpack/duffel, /obj/item/storage/backpack/messenger, ) /obj/random/biogenerator/backpack/corporate name = "corporate backpack" icon = 'icons/obj/storage/backpack.dmi' icon_state = "backpack" spawnlist = list( /obj/item/storage/backpack/medic, /obj/item/storage/backpack/security, /obj/item/storage/backpack/industrial, /obj/item/storage/backpack/hydroponics, /obj/item/storage/backpack/pharmacy, /obj/item/storage/backpack/satchel, /obj/item/storage/backpack/toxins, /obj/item/storage/backpack/satchel/eng, /obj/item/storage/backpack/satchel/med, /obj/item/storage/backpack/satchel/pharm, /obj/item/storage/backpack/satchel/sec, /obj/item/storage/backpack/satchel/hyd, /obj/item/storage/backpack/satchel/tox, /obj/item/storage/backpack/duffel/hyd, /obj/item/storage/backpack/duffel/med, /obj/item/storage/backpack/duffel/eng, /obj/item/storage/backpack/duffel/sec, /obj/item/storage/backpack/duffel/pharm, /obj/item/storage/backpack/duffel/tox, /obj/item/storage/backpack/messenger/pharm, /obj/item/storage/backpack/messenger/med, /obj/item/storage/backpack/messenger/engi, /obj/item/storage/backpack/messenger/hyd, /obj/item/storage/backpack/messenger/sec, /obj/item/storage/backpack/messenger/tox ) /obj/random/biogenerator/gloves name = "work gloves" icon = 'icons/obj/clothing/gloves.dmi' icon_state = "yellow" spawnlist = list( /obj/item/clothing/gloves/black, /obj/item/clothing/gloves/black/tajara, /obj/item/clothing/gloves/black/unathi, ) /obj/random/biogenerator/gloves/random name = "random gloves" icon = 'icons/obj/clothing/gloves.dmi' icon_state = "yellow" spawnlist = list( /obj/item/clothing/gloves/black_leather, /obj/item/clothing/gloves/black_leather/tajara, /obj/item/clothing/gloves/black_leather/unathi, /obj/item/clothing/gloves/botanic_leather, /obj/item/clothing/gloves/botanic_leather/tajara, /obj/item/clothing/gloves/botanic_leather/unathi, /obj/item/clothing/gloves/botanic_leather/vaurca, /obj/item/clothing/gloves/white, /obj/item/clothing/gloves/white/tajara, /obj/item/clothing/gloves/white/unathi, /obj/item/clothing/gloves/blue, /obj/item/clothing/gloves/blue/tajara, /obj/item/clothing/gloves/blue/unathi, /obj/item/clothing/gloves/orange, /obj/item/clothing/gloves/orange/tajara, /obj/item/clothing/gloves/orange/unathi, /obj/item/clothing/gloves/purple, /obj/item/clothing/gloves/purple/tajara, /obj/item/clothing/gloves/purple/unathi, /obj/item/clothing/gloves/brown, /obj/item/clothing/gloves/brown/tajara, /obj/item/clothing/gloves/brown/unathi, /obj/item/clothing/gloves/evening, /obj/item/clothing/gloves/evening/unathi, /obj/item/clothing/gloves/fingerless, /obj/item/clothing/gloves/red, /obj/item/clothing/gloves/red/tajara, /obj/item/clothing/gloves/red/unathi, /obj/item/clothing/gloves/green, /obj/item/clothing/gloves/green/tajara, /obj/item/clothing/gloves/green/unathi, /obj/item/clothing/gloves/light_brown, /obj/item/clothing/gloves/light_brown/tajara, /obj/item/clothing/gloves/light_brown/unathi )