diff --git a/code/modules/halo/covenant/species/jiralhanae/clothing.dm b/code/modules/halo/covenant/species/jiralhanae/clothing.dm index 7adfc72b5fb06..801189fbb1f9e 100644 --- a/code/modules/halo/covenant/species/jiralhanae/clothing.dm +++ b/code/modules/halo/covenant/species/jiralhanae/clothing.dm @@ -482,8 +482,8 @@ obj/item/clothing/under/covenant/jiralhanae/blue/rolled name = "Jiralhanae Clan Flag" desc = "A flag denoting a Jiralhanae Clan, wear with pride." icon = JIRALHANAE_ICON_PATH_OBJ - icon_state = "flag" - item_state = "flag" + icon_state = "flag_red" + item_state = "flag_red" sprite_sheets = list("Jiralhanae" = JIRALHANAE_ICON_PATH_MOB) #undef JIRALHANAE_ICON_PATH_MOB diff --git a/code/modules/halo/covenant/species/jiralhanae/jiralhanae_gear.dmi b/code/modules/halo/covenant/species/jiralhanae/jiralhanae_gear.dmi index eaf07aab6af46..a25bff2d21b7f 100644 Binary files a/code/modules/halo/covenant/species/jiralhanae/jiralhanae_gear.dmi and b/code/modules/halo/covenant/species/jiralhanae/jiralhanae_gear.dmi differ diff --git a/code/modules/halo/covenant/species/jiralhanae/jiralhanae_outfit.dm b/code/modules/halo/covenant/species/jiralhanae/jiralhanae_outfit.dm index 78eb8e38ba031..d71dfae2a34d1 100644 --- a/code/modules/halo/covenant/species/jiralhanae/jiralhanae_outfit.dm +++ b/code/modules/halo/covenant/species/jiralhanae/jiralhanae_outfit.dm @@ -116,7 +116,6 @@ head = /obj/item/clothing/head/helmet/jiralhanae/covenant/major suit = /obj/item/clothing/suit/armor/jiralhanae/covenant/major - starting_accessories = list(/obj/item/clothing/accessory/jiralhanae_flag) shoes = /obj/item/clothing/shoes/jiralhanae/covenant/major /decl/hierarchy/outfit/jiralhanae/covenant/major/armed diff --git a/code/modules/halo/covenant/structures_machines/covvendors.dm b/code/modules/halo/covenant/structures_machines/covvendors.dm index 42121899e5da0..8b4e460eaa523 100644 --- a/code/modules/halo/covenant/structures_machines/covvendors.dm +++ b/code/modules/halo/covenant/structures_machines/covvendors.dm @@ -241,6 +241,7 @@ /obj/item/clothing/under/covenant/jiralhanae/blue/ = 0, /obj/item/clothing/under/covenant/jiralhanae/red/ = 0, /obj/item/clothing/under/covenant/jiralhanae/straps = 0, + /obj/item/clothing/accessory/jiralhanae_flag = 0, /obj/item/flight_item/covenant_pack = 0, /obj/item/dumb_ai_chip/cov = 0, /obj/item/device/flashlight/covenant = 0, @@ -265,6 +266,7 @@ /obj/item/weapon/tank/air/covenant = 10, /obj/item/weapon/pickaxe/plasma_drill = 1, /obj/item/flight_item/covenant_pack = 1, + /obj/item/clothing/accessory/jiralhanae_flag = 1, /obj/item/dumb_ai_chip/cov = 2, /obj/item/device/flashlight/covenant = 3, /obj/item/stack/barbedwire/covenant/fifteen = 5,