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