From aa2b22e2c2f3156f3e0b207e8deeb866a48337fe Mon Sep 17 00:00:00 2001 From: Cursor <102828457+theselfish@users.noreply.github.com> Date: Sun, 14 Jan 2024 23:28:02 +0000 Subject: [PATCH] [Early Pull] Requested Donator Item Updated #26105 (#1000) ## About The Pull Request ![image](https://github.com/Skyrat-SS13/Skyrat-tg/assets/102828457/f978546b-b703-430c-9bf3-e521f1f1458a) ## How This Contributes To The Bubbers Experience Requested. ## Proof of Testing It compiles. ## Changelog Unneeded. Co-authored-by: Waterpig <49160555+Majkl-J@users.noreply.github.com> --- .../customization/modules/clothing/~donator/donator_clothing.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_skyrat/modules/customization/modules/clothing/~donator/donator_clothing.dm b/modular_skyrat/modules/customization/modules/clothing/~donator/donator_clothing.dm index d02b7e5005b..d8a835ee98d 100644 --- a/modular_skyrat/modules/customization/modules/clothing/~donator/donator_clothing.dm +++ b/modular_skyrat/modules/customization/modules/clothing/~donator/donator_clothing.dm @@ -471,7 +471,7 @@ worn_icon = 'modular_skyrat/master_files/icons/donator/mob/clothing/head.dmi' icon_state = "avipilotup" inhand_icon_state = "rus_ushanka" - flags_inv = HIDEEARS|HIDEHAIR + flags_inv = HIDEHAIR cold_protection = HEAD min_cold_protection_temperature = FIRE_HELM_MIN_TEMP_PROTECT //about as warm as an ushanka actions_types = list(/datum/action/item_action/adjust)