Skip to content

Commit

Permalink
Jiralhanae Flag
Browse files Browse the repository at this point in the history
  • Loading branch information
YourPalHolidays committed Feb 28, 2024
1 parent e2aa48a commit d7942de
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions code/modules/halo/covenant/species/jiralhanae/clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -476,5 +476,15 @@ obj/item/clothing/under/covenant/jiralhanae/blue/rolled
..()
slowdown_per_slot[slot_shoes] += 0.02 // Movement speed malus due to the armor's weight.

// FLAG //

/obj/item/clothing/accessory/jiralhanae_flag
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"
sprite_sheets = list("Jiralhanae" = JIRALHANAE_ICON_PATH_MOB)

#undef JIRALHANAE_ICON_PATH_MOB
#undef JIRALHANAE_ICON_PATH_OBJ
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@

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

0 comments on commit d7942de

Please sign in to comment.