Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: ERT paranormal armor icon #1565

Merged
merged 3 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions modular_ss220/clothing/code/helmet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,14 @@
/obj/item/clothing/head/helmet/ert/security
icon_state = "ember_sec"
item_state = "ember_sec"
Kar4es marked this conversation as resolved.
Show resolved Hide resolved
/obj/item/clothing/head/helmet/ert/security/paranormal
m-dzianishchyts marked this conversation as resolved.
Show resolved Hide resolved
icon_state = "knight_templar"
item_state = "knight_templar"
sprite_sheets = list(
"Drask" = 'modular_ss220/clothing/icons/mob/helmet.dmi',
"Vox" = 'modular_ss220/clothing/icons/mob/helmet.dmi',
"Vulpkanin" = 'modular_ss220/clothing/icons/mob/helmet.dmi',
)

/obj/item/clothing/head/helmet/space/ert_engineer
name = "emergency response team engineer space helmet"
Expand Down
10 changes: 10 additions & 0 deletions modular_ss220/clothing/code/suits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,16 @@
icon_state = "ember_sec"
item_state = "ember_sec"
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS

/obj/item/clothing/suit/armor/vest/ert/security/paranormal
m-dzianishchyts marked this conversation as resolved.
Show resolved Hide resolved
icon_state = "knight_templar"
item_state = "knight_templar"
sprite_sheets = list(
"Drask" = 'modular_ss220/clothing/icons/mob/suits.dmi',
"Kidan" = 'modular_ss220/clothing/icons/mob/suits.dmi',
"Vox" = 'modular_ss220/clothing/icons/mob/suits.dmi',
)

/obj/item/clothing/suit/space/ert_engineer
name = "emergency response team engineer space suit"
desc = "Space suit worn by engineering members of the Nanotrasen Emergency Response Team. Has orange highlights."
Expand Down
Binary file modified modular_ss220/clothing/icons/mob/helmet.dmi
Binary file not shown.
Binary file modified modular_ss220/clothing/icons/mob/suits.dmi
Binary file not shown.
Binary file modified modular_ss220/clothing/icons/object/helmet.dmi
Binary file not shown.
Binary file modified modular_ss220/clothing/icons/object/suits.dmi
Binary file not shown.
Loading