From: Winkarst <74284083+Winkarst-cpu@users.noreply.github.com> Date: Sat, 18 Jan 2025 16:58:51 +0000 (+0300) Subject: Change MaskComponent to accommodate sprites namings (#33451) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=86cf3a46e223e4847b861b8e47f273edbf16fdc1;p=space-station-14.git Change MaskComponent to accommodate sprites namings (#33451) Co-authored-by: Winkarst <74284083+Winkarst-cpu@users.noreply.github.co> --- diff --git a/Content.Shared/Clothing/Components/MaskComponent.cs b/Content.Shared/Clothing/Components/MaskComponent.cs index 41b2b797f5..47f2fd3079 100644 --- a/Content.Shared/Clothing/Components/MaskComponent.cs +++ b/Content.Shared/Clothing/Components/MaskComponent.cs @@ -20,8 +20,11 @@ public sealed partial class MaskComponent : Component [DataField, AutoNetworkedField] public bool IsToggled; + /// + /// Equipped prefix to use after the mask was pulled down. + /// [DataField, AutoNetworkedField] - public string EquippedPrefix = "toggled"; + public string EquippedPrefix = "up"; /// /// When will function normally, otherwise will not react to events