From 6b07a7ebc4b19f4beb58f7c7678e23a46743616b Mon Sep 17 00:00:00 2001 From: AndroBetel <44546836+AndroBetel@users.noreply.github.com> Date: Fri, 24 May 2024 02:23:50 +0300 Subject: [PATCH 1/3] Update marine_armor.dm --- code/modules/clothing/suits/marine_armor.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/clothing/suits/marine_armor.dm b/code/modules/clothing/suits/marine_armor.dm index 93160e68ff..ba2d9b7638 100644 --- a/code/modules/clothing/suits/marine_armor.dm +++ b/code/modules/clothing/suits/marine_armor.dm @@ -385,6 +385,7 @@ storage_slots = 2 slowdown = SLOWDOWN_ARMOR_LIGHT flags_inventory = BLOCKSHARPOBJ|SMARTGUN_HARNESS + flags_atom = NO_NAME_OVERRIDE allowed = list( /obj/item/tank/emergency_oxygen, /obj/item/device/flashlight, @@ -427,7 +428,7 @@ if(is_type_in_list(equipping_item, smartgun_back)) return - + . = COMPONENT_HUMAN_CANCEL_ATTEMPT_EQUIP if(equipping_item.flags_equip_slot == SLOT_BACK) From cab542d963fca320a18252ff5978a5cd7c8c4e74 Mon Sep 17 00:00:00 2001 From: AndroBetel <44546836+AndroBetel@users.noreply.github.com> Date: Sat, 24 Aug 2024 20:48:44 +0300 Subject: [PATCH 2/3] Update marine_armor.dm --- code/modules/clothing/suits/marine_armor.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/suits/marine_armor.dm b/code/modules/clothing/suits/marine_armor.dm index 4c66467cff..2989ae12d0 100644 --- a/code/modules/clothing/suits/marine_armor.dm +++ b/code/modules/clothing/suits/marine_armor.dm @@ -403,7 +403,7 @@ /obj/item/clothing/suit/storage/marine/smartgunner/Initialize() . = ..() - if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD] && name == "M56 combat harness") + if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD] && name == "\improper M56 combat harness") name = "M56 snow combat harness" /obj/item/clothing/suit/storage/marine/smartgunner/mob_can_equip(mob/equipping_mob, slot, disable_warning = FALSE) From 35eaa3d8609d1828df232a7eaab723afb71f4b03 Mon Sep 17 00:00:00 2001 From: AndroBetel <44546836+AndroBetel@users.noreply.github.com> Date: Sat, 24 Aug 2024 21:09:29 +0300 Subject: [PATCH 3/3] 1 --- code/modules/clothing/suits/marine_armor.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/clothing/suits/marine_armor.dm b/code/modules/clothing/suits/marine_armor.dm index 2989ae12d0..b78709665d 100644 --- a/code/modules/clothing/suits/marine_armor.dm +++ b/code/modules/clothing/suits/marine_armor.dm @@ -403,7 +403,7 @@ /obj/item/clothing/suit/storage/marine/smartgunner/Initialize() . = ..() - if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD] && name == "\improper M56 combat harness") + if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD] && name == "\improper M56 combat harness" && !(flags_atom & NO_SNOW_TYPE)) name = "M56 snow combat harness" /obj/item/clothing/suit/storage/marine/smartgunner/mob_can_equip(mob/equipping_mob, slot, disable_warning = FALSE) @@ -440,10 +440,10 @@ UnregisterSignal(user, COMSIG_HUMAN_ATTEMPTING_EQUIP) /obj/item/clothing/suit/storage/marine/smartgunner/standard - flags_atom = NO_SNOW_TYPE + flags_atom = NO_SNOW_TYPE|NO_NAME_OVERRIDE /obj/item/clothing/suit/storage/marine/smartgunner/black - flags_atom = NO_SNOW_TYPE + flags_atom = NO_SNOW_TYPE|NO_NAME_OVERRIDE icon_state = "8fancy" /obj/item/clothing/suit/storage/marine/smartgunner/upp