diff --git a/code/game/objects/items/storage/backpack.dm b/code/game/objects/items/storage/backpack.dm index ecb8a4a1b06..7996ddbe3ef 100644 --- a/code/game/objects/items/storage/backpack.dm +++ b/code/game/objects/items/storage/backpack.dm @@ -331,7 +331,7 @@ qdel(C) */ - var/contraband_list = list(/obj/item/storage/bag/ammo=4, /obj/item/storage/belt/utility/syndicate=1, /obj/item/storage/toolbox/syndicate=7, /obj/item/card/id/syndicate=6, /obj/item/storage/secure/briefcase/syndie=3, /obj/item/stack/telecrystal=2, /obj/item/storage/belt/military=12, /obj/item/storage/pill_bottle/aranesp=11, /obj/item/storage/pill_bottle/happy=12, /obj/item/storage/pill_bottle/stimulant=9, /obj/item/storage/pill_bottle/lsd=10, /obj/item/storage/fancy/cigarettes/cigpack_syndicate=8, /obj/item/storage/fancy/cigarettes/cigpack_shadyjims=10, /obj/item/reagent_containers/food/drinks/bottle/absinthe=12, /obj/item/storage/box/fireworks/dangerous=11, /obj/item/food/grown/cannabis/white=9, /obj/item/food/grown/cannabis=13, /obj/item/food/grown/cannabis/rainbow=8, /obj/item/food/grown/mushroom/libertycap=11, /obj/item/clothing/mask/gas/syndicate=10, /obj/item/vending_refill/donksoft=13, /obj/item/ammo_box/foambox/riot=11, /obj/item/soap/syndie=7) + var/contraband_list = list(/obj/item/storage/bag/ammo=4, /obj/item/storage/belt/utility/syndicate=1, /obj/item/storage/toolbox/syndicate=7, /obj/item/card/id/advanced/chameleon=6, /obj/item/storage/secure/briefcase/syndie=3, /obj/item/stack/telecrystal=2, /obj/item/storage/belt/military=12, /obj/item/storage/pill_bottle/aranesp=11, /obj/item/storage/pill_bottle/happy=12, /obj/item/storage/pill_bottle/stimulant=9, /obj/item/storage/pill_bottle/lsd=10, /obj/item/storage/fancy/cigarettes/cigpack_syndicate=8, /obj/item/storage/fancy/cigarettes/cigpack_shadyjims=10, /obj/item/reagent_containers/food/drinks/bottle/absinthe=12, /obj/item/storage/box/fireworks/dangerous=11, /obj/item/food/grown/cannabis/white=9, /obj/item/food/grown/cannabis=13, /obj/item/food/grown/cannabis/rainbow=8, /obj/item/food/grown/mushroom/libertycap=11, /obj/item/clothing/mask/gas/syndicate=10, /obj/item/vending_refill/donksoft=13, /obj/item/ammo_box/foambox/riot=11, /obj/item/soap/syndie=7) for(var/i in 1 to 3) var/contraband_type = pickweight(contraband_list) contraband_list -= contraband_type diff --git a/modular_skyrat/modules/moretraitoritems/code/game/objects/items/cards_id.dm b/modular_skyrat/modules/moretraitoritems/code/game/objects/items/cards_id.dm index 8c6f0478319..a3679f51015 100644 --- a/modular_skyrat/modules/moretraitoritems/code/game/objects/items/cards_id.dm +++ b/modular_skyrat/modules/moretraitoritems/code/game/objects/items/cards_id.dm @@ -1,2 +1,2 @@ -/obj/item/card/id/syndicate/impostorsr +/obj/item/card/id/advanced/chameleon/impostorsr access = list(ACCESS_MAINT_TUNNELS, ACCESS_SYNDICATE, ACCESS_HEADS) //I didn't know i had to say this but you're not supposed to shot your 'superior' just because they do not have access to the bridge diff --git a/modular_skyrat/modules/moretraitoritems/code/game/objects/items/storage/syndicate_loadout.dm b/modular_skyrat/modules/moretraitoritems/code/game/objects/items/storage/syndicate_loadout.dm index aec3c52be85..68bcdca781e 100644 --- a/modular_skyrat/modules/moretraitoritems/code/game/objects/items/storage/syndicate_loadout.dm +++ b/modular_skyrat/modules/moretraitoritems/code/game/objects/items/storage/syndicate_loadout.dm @@ -40,7 +40,7 @@ /obj/item/storage/backpack/duffelbag/syndie/loadout/spy/PopulateContents() new /obj/item/clothing/under/chameleon(src) new /obj/item/clothing/mask/chameleon(src) - new /obj/item/card/id/syndicate(src) + new /obj/item/card/id/advanced/chameleon(src) new /obj/item/clothing/shoes/chameleon/noslip(src) new /obj/item/camera_bug(src) new /obj/item/multitool/ai_detect(src) @@ -75,7 +75,7 @@ new /obj/item/storage/toolbox/syndicate(src) new /obj/item/camera_bug(src) new /obj/item/clothing/glasses/thermal/syndi(src) - new /obj/item/card/id/syndicate(src) + new /obj/item/card/id/advanced/chameleon(src) /obj/item/storage/backpack/duffelbag/syndie/loadout/sniper/PopulateContents() new /obj/item/gun/ballistic/automatic/sniper_rifle/modular/blackmarket(src) @@ -109,7 +109,7 @@ new /obj/item/ammo_box/magazine/m9mm(src) new /obj/item/clothing/glasses/thermal/monocle(src) new /obj/item/clothing/under/chameleon(src) - new /obj/item/card/id/syndicate(src) + new /obj/item/card/id/advanced/chameleon(src) new /obj/item/card/emag/doorjack(src) new /obj/item/reagent_containers/hypospray/medipen/stimulants(src) new /obj/item/reagent_containers/glass/rag(src) @@ -128,7 +128,7 @@ new /obj/item/dualsaber(src) new /obj/item/dnainjector/telemut/darkbundle(src) new /obj/item/clothing/suit/hooded/chaplain_hoodie(src) - new /obj/item/card/id/syndicate(src) + new /obj/item/card/id/advanced/chameleon(src) new /obj/item/clothing/shoes/chameleon/noslip(src) new /obj/item/book/granter/spell/summonitem(src) @@ -177,7 +177,7 @@ new /obj/item/ammo_box/a357(src) new /obj/item/pda/heads(src) new /obj/item/clipboard(src) - new /obj/item/card/id/syndicate/impostorsr(src) + new /obj/item/card/id/advanced/chameleon/impostorsr(src) new /obj/item/stamp/centcom(src) new /obj/item/storage/belt/sabre(src) new /obj/item/clothing/gloves/combat(src)