Skip to content

Commit

Permalink
Fix ERP jackets (#1667)
Browse files Browse the repository at this point in the history
## Что этот PR делает
Убирает ненужный флаг некоторым шмоткам, не заметил при мергировании
апстрима.

## Почему это хорошо для игры
Баги плохо.

## Тестирование
Так сделано в апстриме, и я реально верю, что это поможет.

## Changelog

:cl: Maxiemar
fix: С курток снято ERP заклятие.
/:cl:
  • Loading branch information
m-dzianishchyts authored Nov 24, 2024
1 parent 7ab7ea0 commit 07f7879
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modular_ss220/clothing/code/suits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
icon_override = 'modular_ss220/clothing/icons/mob/suits.dmi'
lefthand_file = 'modular_ss220/clothing/icons/inhands/left_hand.dmi'
righthand_file = 'modular_ss220/clothing/icons/inhands/right_hand.dmi'
flags_inv = HIDEJUMPSUIT

/obj/item/clothing/suit/takemura_jacket
name = "куртка Такэмуры"
Expand All @@ -17,7 +16,6 @@
icon_override = 'modular_ss220/clothing/icons/mob/suits.dmi'
lefthand_file = 'modular_ss220/clothing/icons/inhands/left_hand.dmi'
righthand_file = 'modular_ss220/clothing/icons/inhands/right_hand.dmi'
flags_inv = HIDEJUMPSUIT

/obj/item/clothing/suit/katarina_jacket
name = "куртка Катарины"
Expand All @@ -27,7 +25,6 @@
icon_override = 'modular_ss220/clothing/icons/mob/suits.dmi'
lefthand_file = 'modular_ss220/clothing/icons/inhands/left_hand.dmi'
righthand_file = 'modular_ss220/clothing/icons/inhands/right_hand.dmi'
flags_inv = HIDEJUMPSUIT

/obj/item/clothing/suit/katarina_cyberjacket
name = "киберкуртка Катарины"
Expand All @@ -37,7 +34,6 @@
icon_override = 'modular_ss220/clothing/icons/mob/suits.dmi'
lefthand_file = 'modular_ss220/clothing/icons/inhands/left_hand.dmi'
righthand_file = 'modular_ss220/clothing/icons/inhands/right_hand.dmi'
flags_inv = HIDEJUMPSUIT

/obj/item/clothing/suit/hooded/shark_costume
name = "костюм акулы"
Expand Down Expand Up @@ -82,7 +78,6 @@
icon_override = 'modular_ss220/clothing/icons/mob/suits.dmi'
lefthand_file = 'modular_ss220/clothing/icons/inhands/left_hand.dmi'
righthand_file = 'modular_ss220/clothing/icons/inhands/right_hand.dmi'
flags_inv = HIDEJUMPSUIT
hoodtype = /obj/item/clothing/head/hooded/vi_arcane

/obj/item/clothing/head/hooded/vi_arcane
Expand Down

0 comments on commit 07f7879

Please sign in to comment.