Skip to content

Commit

Permalink
Fix: ERT paranormal armor icon (ss220club#1565)
Browse files Browse the repository at this point in the history
<!-- Пишите **НИЖЕ** заголовков и **ВЫШЕ** комментариев, иначе что то
может пойти не так. -->
<!-- Вы можете прочитать Contributing.MD, если хотите узнать больше. -->

## Что этот PR делает
пофиксил иконки у брони эмбер паранормал. Они сломались из за прошлого
ПРа. ss220club#1393
<!-- Вкратце опишите изменения, которые вносите. -->
<!-- Опишите **все** изменения, так как противное может сказаться на
рассмотрении этого PR'а! -->
<!-- Если вы исправляете Issue, добавьте "Fixes #xxxx" (где xxxx - номер
Issue) где-нибудь в описании PR'а. Это автоматически закроет Issue после
принятия PR'а. -->

## Тестирование
вроде ворк

## Changelog

:cl:
fix: Исправлена иконка у брони паранормального ЕРТ
/:cl:
  • Loading branch information
Kar4es authored Sep 30, 2024
1 parent 4940393 commit 8c3b23f
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modular_ss220/clothing/code/helmet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,15 @@
icon_state = "ember_sec"
item_state = "ember_sec"

/obj/item/clothing/head/helmet/ert/security/paranormal
icon_state = "knight_templar"
item_state = "knight_templar"
sprite_sheets = list(
"Vox" = 'icons/mob/clothing/species/vox/helmet.dmi',
"Drask" = 'icons/mob/clothing/species/drask/helmet.dmi',
"Grey" = 'icons/mob/clothing/species/grey/helmet.dmi'
)

/obj/item/clothing/head/helmet/space/ert_engineer
name = "emergency response team engineer space helmet"
desc = "Space helmet worn by engineering members of the Nanotrasen Emergency Response Team. Has orange highlights."
Expand Down
8 changes: 8 additions & 0 deletions modular_ss220/clothing/code/suits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,14 @@
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
icon_state = "knight_templar"
item_state = "knight_templar"
sprite_sheets = list(
"Vox" = 'icons/mob/clothing/species/vox/suit.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.

0 comments on commit 8c3b23f

Please sign in to comment.