From 07f78790d16fac3534f502aa58a1865a9e4e5c03 Mon Sep 17 00:00:00 2001 From: Mikhail Dzianishchyts Date: Sun, 24 Nov 2024 11:58:00 +0300 Subject: [PATCH] Fix ERP jackets (#1667) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Что этот PR делает Убирает ненужный флаг некоторым шмоткам, не заметил при мергировании апстрима. ## Почему это хорошо для игры Баги плохо. ## Тестирование Так сделано в апстриме, и я реально верю, что это поможет. ## Changelog :cl: Maxiemar fix: С курток снято ERP заклятие. /:cl: --- modular_ss220/clothing/code/suits.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modular_ss220/clothing/code/suits.dm b/modular_ss220/clothing/code/suits.dm index 6627a3671eb9..bc5d8211f484 100644 --- a/modular_ss220/clothing/code/suits.dm +++ b/modular_ss220/clothing/code/suits.dm @@ -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 = "куртка Такэмуры" @@ -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 = "куртка Катарины" @@ -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 = "киберкуртка Катарины" @@ -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 = "костюм акулы" @@ -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