Hardsuit and EVA helmets allow using internals without a mask (#22716)
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Content.Server.Atmos.Components
|
||||
/// Tool is functional only in allowed slots
|
||||
/// </summary>
|
||||
[DataField("allowedSlots")]
|
||||
public SlotFlags AllowedSlots = SlotFlags.MASK;
|
||||
public SlotFlags AllowedSlots = SlotFlags.MASK | SlotFlags.HEAD;
|
||||
public bool IsFunctional;
|
||||
public EntityUid? ConnectedInternalsEntity;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user