diff --git a/code/modules/unit_tests/screenshots/screenshot_antag_icons_headrevolutionary.png b/code/modules/unit_tests/screenshots/screenshot_antag_icons_headrevolutionary.png index 50be89b8a80..8f52c11e737 100644 Binary files a/code/modules/unit_tests/screenshots/screenshot_antag_icons_headrevolutionary.png and b/code/modules/unit_tests/screenshots/screenshot_antag_icons_headrevolutionary.png differ diff --git a/code/modules/unit_tests/screenshots/screenshot_antag_icons_provocateur.png b/code/modules/unit_tests/screenshots/screenshot_antag_icons_provocateur.png index 50be89b8a80..8f52c11e737 100644 Binary files a/code/modules/unit_tests/screenshots/screenshot_antag_icons_provocateur.png and b/code/modules/unit_tests/screenshots/screenshot_antag_icons_provocateur.png differ diff --git a/modular_skyrat/modules/GAGS/icons/shorts_pants.dmi b/modular_skyrat/modules/GAGS/icons/shorts_pants.dmi index 41d68bff0b4..c4427049f06 100644 Binary files a/modular_skyrat/modules/GAGS/icons/shorts_pants.dmi and b/modular_skyrat/modules/GAGS/icons/shorts_pants.dmi differ diff --git a/modular_skyrat/modules/sec_haul/code/misc/vending.dm b/modular_skyrat/modules/sec_haul/code/misc/vending.dm index c4bbb2a34b4..de97ae28f61 100644 --- a/modular_skyrat/modules/sec_haul/code/misc/vending.dm +++ b/modular_skyrat/modules/sec_haul/code/misc/vending.dm @@ -78,7 +78,7 @@ /obj/item/clothing/gloves/color/black/security = 10, ) premium = list( /obj/item/clothing/under/rank/security/officer/formal = 3, - /obj/item/clothing/suit/jacket/officer = 3, + /obj/item/clothing/suit/jacket/officer/blue = 3, /obj/item/clothing/head/beret/sec/navyofficer = 3) refill_canister = /obj/item/vending_refill/wardrobe/peacekeeper_wardrobe payment_department = ACCOUNT_SEC @@ -110,5 +110,5 @@ /obj/item/clothing/suit/toggle/jacket/sec/old = 3, ) premium = list( /obj/item/clothing/under/rank/security/officer/formal = 5, - /obj/item/clothing/suit/jacket/officer = 5, + /obj/item/clothing/suit/jacket/officer/tan = 5, /obj/item/clothing/head/beret/sec/navyofficer = 5)