Skip to content

Commit

Permalink
update multisec vendor to new clothings
Browse files Browse the repository at this point in the history
  • Loading branch information
Iajret committed Oct 17, 2023
1 parent 7e8605f commit c03962a
Showing 1 changed file with 37 additions and 41 deletions.
78 changes: 37 additions & 41 deletions tff_modular/modules/redsec/code/vending.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,53 +9,49 @@
"name" = "RedSec",
"icon" = "hat-cowboy",
"products" = list(
/obj/item/clothing/suit/hooded/wintercoat/security/redsec = 5,
/obj/item/storage/belt/security/redsec = 5,
/obj/item/storage/backpack/security/redsec = 5,
/obj/item/storage/backpack/satchel/sec/redsec = 5,
/obj/item/storage/backpack/duffelbag/sec/redsec = 5,
/obj/item/clothing/under/rank/security/officer/redsec = 5,
/obj/item/clothing/shoes/jackboots/sec/redsec = 5,
/obj/item/clothing/head/beret/sec = 5,
/obj/item/clothing/head/soft/sec = 5,
/obj/item/clothing/mask/bandana/red = 5,
/obj/item/clothing/glasses/hud/security/redsec = 5,
/obj/item/clothing/gloves/color/black = 5,
/obj/item/clothing/under/rank/security/officer/skirt/redsec = 5,
/obj/item/clothing/under/rank/security/skyrat/utility/redsec = 5,
/obj/item/clothing/suit/toggle/jacket/sec/old = 5,
/obj/item/clothing/suit/armor/vest/alt/sec/redsec = 2
/obj/item/clothing/suit/hooded/wintercoat/security/redsec = 5,
/obj/item/storage/belt/security/redsec = 5,
/obj/item/storage/backpack/security/redsec = 5,
/obj/item/storage/backpack/satchel/sec/redsec = 5,
/obj/item/storage/backpack/duffelbag/sec/redsec = 5,
/obj/item/clothing/under/rank/security/officer/redsec = 5,
/obj/item/clothing/shoes/jackboots/sec/redsec = 5,
/obj/item/clothing/head/beret/sec = 5,
/obj/item/clothing/head/soft/sec = 5,
/obj/item/clothing/mask/bandana/red = 5,
/obj/item/clothing/glasses/hud/security/redsec = 5,
/obj/item/clothing/gloves/color/black = 5,
/obj/item/clothing/under/rank/security/officer/skirt/redsec = 5,
/obj/item/clothing/under/rank/security/skyrat/utility/redsec = 5,
/obj/item/clothing/suit/toggle/jacket/sec/old = 5,
/obj/item/clothing/suit/armor/vest/alt/sec/redsec = 2
),
),
list(
"name" = "BlueSec",
"icon" = "user-tie",
"products" = list(
/obj/item/clothing/suit/hooded/wintercoat/security = 5,
/obj/item/clothing/suit/toggle/jacket/sec = 5,
/obj/item/clothing/suit/armor/vest/peacekeeper/brit = 5,
/obj/item/clothing/suit/armor/vest/peacekeeper = 5,
/obj/item/storage/belt/security = 5,
/obj/item/clothing/neck/security_cape = 5,
/obj/item/clothing/neck/security_cape/armplate = 5,
/obj/item/storage/backpack/security = 5,
/obj/item/storage/backpack/satchel/sec = 5,
/obj/item/storage/backpack/duffelbag/sec = 5,
/obj/item/clothing/under/rank/security/officer = 5,
/obj/item/clothing/under/rank/security/officer/skirt = 5,
/obj/item/clothing/under/rank/security/peacekeeper/tactical = 5,
/obj/item/clothing/under/rank/security/peacekeeper/sol/cadet = 5,
/obj/item/clothing/under/rank/security/peacekeeper/sol = 5,
/obj/item/clothing/under/rank/security/skyrat/utility = 5,
/obj/item/clothing/shoes/jackboots/sec = 5,
/obj/item/clothing/head/security_garrison = 5,
/obj/item/clothing/head/security_cap = 5,
/obj/item/clothing/head/beret/sec/peacekeeper = 5,
/obj/item/clothing/glasses/hud/security = 5,
/obj/item/clothing/head/costume/ushanka/sec = 5,
/obj/item/clothing/head/hats/sec/peacekeeper/sol = 5,
/obj/item/clothing/head/hats/sec/peacekeeper/sol/traffic = 5,
/obj/item/clothing/gloves/color/black/security = 5
/obj/item/clothing/suit/hooded/wintercoat/security = 5,
/obj/item/clothing/suit/toggle/jacket/sec = 5,
/obj/item/clothing/suit/armor/vest/peacekeeper/brit = 5,
/obj/item/clothing/neck/security_cape = 5,
/obj/item/clothing/neck/security_cape/armplate = 5,
/obj/item/storage/backpack/security = 5,
/obj/item/storage/backpack/satchel/sec = 5,
/obj/item/storage/backpack/duffelbag/sec = 5,
/obj/item/storage/backpack/duffelbag/sec = 5,
/obj/item/clothing/under/rank/security/officer = 10,
/obj/item/clothing/under/rank/security/officer/skirt = 10,
/obj/item/clothing/under/rank/security/peacekeeper = 10,
/obj/item/clothing/under/rank/security/skyrat/utility = 3,
/obj/item/clothing/shoes/jackboots/sec = 10,
/obj/item/clothing/head/security_garrison = 10,
/obj/item/clothing/head/security_cap = 10,
/obj/item/clothing/head/beret/sec/peacekeeper = 5,
/obj/item/clothing/head/helmet/sec/sol = 5,
/obj/item/clothing/head/hats/warden/police/patrol = 5,
/obj/item/clothing/head/costume/ushanka/sec = 10,
/obj/item/clothing/gloves/color/black/security = 10,
),
),
)
Expand Down

0 comments on commit c03962a

Please sign in to comment.