Skip to content

Commit

Permalink
Merge pull request #5785 from Legate-Maxson/Sprites
Browse files Browse the repository at this point in the history
Resprites
  • Loading branch information
Trilbyspaceclone authored Oct 24, 2024
2 parents f971e12 + b1a9b72 commit f1ba867
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
path = /obj/item/clothing/under/rank/ntdress
cost = 0

/datum/gear/factionabsolute/ntedress
display_name = "absolutist evening dress"
path = /obj/item/clothing/under/rank/ntedress
cost = 0

/datum/gear/factionabsolute/toga
display_name = "absolutist toga"
path = /obj/item/clothing/under/rank/church/toga
Expand Down
6 changes: 6 additions & 0 deletions code/modules/clothing/under/casual.dm
Original file line number Diff line number Diff line change
Expand Up @@ -525,3 +525,9 @@
desc = "Sweat stains not included."
icon_state = "sports"
item_state = "sports"

/obj/item/clothing/under/rank/ntedress
name = "Absolutist evening dress"
desc = "A white and gold evening gown, produced and often worn by Abolutists"
icon_state = "eveningdress_nt"
item_state = "eveningdress_nt"
5 changes: 5 additions & 0 deletions code/modules/sprite_accessories/_accessory_marking.dm
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,11 @@
icon_state ="warmonger"
body_parts = list(BP_HEAD)

punk_head
name = "FBP-Cerberus head"
icon_state ="punk"
body_parts = list(BP_HEAD)

bishop_alt_optics
name = "FBP-Bishop Alt. Optics (IPC)"
icon_state = "bishop_alt_optics"
Expand Down
Binary file modified icons/inventory/head/icon.dmi
Binary file not shown.
Binary file modified icons/inventory/head/mob.dmi
Binary file not shown.
Binary file modified icons/inventory/suit/icon.dmi
Binary file not shown.
Binary file modified icons/inventory/suit/mob.dmi
Binary file not shown.
Binary file modified icons/inventory/suit/mob_fem.dmi
Binary file not shown.
Binary file modified icons/inventory/uniform/icon.dmi
Binary file not shown.
Binary file modified icons/inventory/uniform/mob.dmi
Binary file not shown.
Binary file modified icons/inventory/uniform/mob_fem.dmi
Binary file not shown.
Binary file modified icons/mob/human_races/markings.dmi
Binary file not shown.

0 comments on commit f1ba867

Please sign in to comment.