Skip to content

Commit

Permalink
Moved Flags To Vendors
Browse files Browse the repository at this point in the history
  • Loading branch information
YourPalHolidays committed Feb 28, 2024
1 parent d7942de commit ed48a21
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions code/modules/halo/covenant/species/jiralhanae/clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions code/modules/halo/covenant/structures_machines/covvendors.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit ed48a21

Please sign in to comment.