Skip to content

Commit

Permalink
fixes broken icon paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Apogee-dev committed Feb 13, 2024
1 parent a516409 commit c5af142
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _maps/shuttles/syndicate/syndicate_gorlex_komodo.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -3837,7 +3837,7 @@
/obj/item/clothing/glasses/thermal/eyepatch,
/obj/item/clothing/head/HoS/beret/syndicate,
/obj/item/clothing/head/HoS/syndicate,
/obj/item/clothing/head/caphat/gorlexcap{
/obj/item/clothing/head/caphat/ngr{
pixel_x = 5;
pixel_y = -4
},
Expand Down
2 changes: 1 addition & 1 deletion _maps/shuttles/syndicate/syndicate_twinkleshine.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
},
/obj/item/clothing/under/syndicate/ngr/officer,
/obj/item/clothing/suit/armor/vest/capcarapace/ngr_captain,
/obj/item/clothing/head/ngrcap,
/obj/item/clothing/head/caphat/ngr,
/obj/item/clothing/shoes/combat,
/obj/item/megaphone/sec{
name = "syndicate megaphone"
Expand Down
7 changes: 3 additions & 4 deletions code/modules/clothing/head/jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
desc = "An imposing peaked cap meant for only the highest of officers of the Frontiersmen pirate fleet."
icon_state = "frontier_admiral_cap"

/obj/item/clothing/head/caphat/gorlexcap
/obj/item/clothing/head/caphat/ngr
name = "2nd Battlegroup peaked cap"
desc = "A cap worn by officers of the Gorlex Marauders 2nd Battlegroup."
icon_state = "gorlexcap"
item_state = "gorlexcap"
icon_state = "captain_ngr"
item_state = "captain_ngr"
flags_inv = 0

/obj/item/clothing/head/caphat/inteq_peaked
Expand Down Expand Up @@ -145,7 +145,6 @@
name = "head of security cap"
desc = "The robust standard-issue cap of the Head of Security. For showing the officers who's in charge."
icon_state = "hoscap"
dynamic_hair_suffix = ""

/obj/item/clothing/head/HoS/cowboy
name = "sheriff's hat"
Expand Down
2 changes: 1 addition & 1 deletion code/modules/clothing/outfits/factions/syndicate.dm
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
name = "Syndicate - Captain (Gorlex Marauders)"
uniform = /obj/item/clothing/under/syndicate/ngr/officer

head = /obj/item/clothing/head/caphat/gorlexcap
head = /obj/item/clothing/head/caphat/ngr
suit = /obj/item/clothing/suit/armor/vest/capcarapace/ngr_captain

/datum/outfit/job/syndicate/captain/cybersun
Expand Down
Binary file modified icons/mob/clothing/head.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/under/syndicate.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/hats.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/suits.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/suits/armor.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/under/syndicate.dmi
Binary file not shown.

0 comments on commit c5af142

Please sign in to comment.