Hardsuit and EVA helmets allow using internals without a mask (#22716)
This commit is contained in:
@@ -34,7 +34,7 @@ public sealed class LungSystem : EntitySystem
|
||||
private void OnGotEquipped(EntityUid uid, BreathToolComponent component, GotEquippedEvent args)
|
||||
{
|
||||
|
||||
if ((args.SlotFlags & component.AllowedSlots) != component.AllowedSlots) return;
|
||||
if ((args.SlotFlags & component.AllowedSlots) == 0) return;
|
||||
component.IsFunctional = true;
|
||||
|
||||
if (TryComp(args.Equipee, out InternalsComponent? internals))
|
||||
|
||||
Reference in New Issue
Block a user