Skip to content

Commit

Permalink
[MIRROR] Unathi clothing cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rootoo807 authored and SuhEugene committed Nov 10, 2023
1 parent 743e1a0 commit 491f56a
Show file tree
Hide file tree
Showing 18 changed files with 15 additions and 2 deletions.
4 changes: 3 additions & 1 deletion code/modules/clothing/under/accessories/frontier.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
on_rolled_down = ACCESSORY_ROLLED_NONE
w_class = ITEM_SIZE_TINY
slot = ACCESSORY_SLOT_MEDAL

sprite_sheets = list(
SPECIES_UNATHI = 'icons/mob/species/unathi/onmob_accessories_frontier_unathi.dmi'
)

/obj/item/clothing/accessory/medal/fa/get_fibers()
return null
Expand Down
3 changes: 3 additions & 0 deletions code/modules/clothing/under/frontier.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
icon_state = "vacsuit"
worn_state = "vacsuit"
item_state = "vacsuit"
sprite_sheets = list(
SPECIES_UNATHI = 'icons/mob/species/unathi/onmob_under_frontier_unathi.dmi'
)

/obj/item/clothing/under/alliance/vacsuit
name = "copernican VAC-suit"
Expand Down
Binary file not shown.
Binary file modified icons/mob/species/unathi/onmob_feet_unathi.dmi
Binary file not shown.
Binary file modified icons/mob/species/unathi/onmob_head_unathi.dmi
Binary file not shown.
Binary file modified icons/mob/species/unathi/onmob_mask_unathi.dmi
Binary file not shown.
Binary file not shown.
Binary file modified maps/torch/icons/mob/onmob_under_solgov.dmi
Binary file not shown.
Binary file modified maps/torch/icons/mob/unathi/onmob_accessories_solgov_unathi.dmi
Binary file not shown.
Binary file modified maps/torch/icons/mob/unathi/onmob_head_solgov_unathi.dmi
Binary file not shown.
Binary file modified maps/torch/icons/mob/unathi/onmob_suit_solgov_unathi.dmi
Binary file not shown.
Binary file modified maps/torch/icons/mob/unathi/onmob_under_solgov_unathi.dmi
Binary file not shown.
4 changes: 3 additions & 1 deletion packs/factions/scga/badges.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
on_rolled_down = ACCESSORY_ROLLED_NONE
w_class = ITEM_SIZE_TINY
slot = ACCESSORY_SLOT_INSIGNIA

sprite_sheets = list(
SPECIES_UNATHI = 'packs/factions/scga/species/badges_unathi.dmi'
)

/obj/item/clothing/accessory/scga_badge/get_fibers()
return null
Expand Down
3 changes: 3 additions & 0 deletions packs/factions/scga/clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
melee = ARMOR_MELEE_MINOR,
energy = ARMOR_BALLISTIC_MINOR
)
sprite_sheets = list(
SPECIES_UNATHI = 'packs/factions/scga/species/clothing_unathi.dmi'
)


/obj/item/clothing/under/scga/pt
Expand Down
3 changes: 3 additions & 0 deletions packs/factions/scga/ranks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
slot = ACCESSORY_SLOT_RANK
accessory_flags = ACCESSORY_REMOVABLE | ACCESSORY_HIGH_VISIBILITY
gender = PLURAL
sprite_sheets = list(
SPECIES_UNATHI = 'packs/factions/scga/species/ranks_unathi.dmi'
)


/obj/item/clothing/accessory/scga_rank/get_fibers()
Expand Down
Binary file added packs/factions/scga/species/badges_unathi.dmi
Binary file not shown.
Binary file added packs/factions/scga/species/clothing_unathi.dmi
Binary file not shown.
Binary file added packs/factions/scga/species/ranks_unathi.dmi
Binary file not shown.

0 comments on commit 491f56a

Please sign in to comment.