if (!TryComp<AirlockComponent>(uid, out var airlock))
return;
- if (IsBolted(uid) || !airlock.Powered)
+ if (!airlock.Powered)
return;
if (door.State != DoorState.Closed)
Audio.PlayPvs(door.OpenSound, uid, AudioParams.Default.WithVolume(-5));
if (lastState == DoorState.Emagging && TryComp<DoorBoltComponent>(uid, out var doorBoltComponent))
- SetBoltsDown((uid, doorBoltComponent), !doorBoltComponent.BoltsDown, user, true);
+ SetBoltsDown((uid, doorBoltComponent), true, user, true);
}
/// <summary>
uplink-toolbox-desc = A full compliment of tools for the mechanically inclined traitor. Includes a pair of insulated combat gloves and a syndicate gas mask as well.
uplink-syndicate-jaws-of-life-name = Jaws Of Life
-uplink-syndicate-jaws-of-life-desc = A combined prying and cutting tool. Useful for entering the station or its departments.
+uplink-syndicate-jaws-of-life-desc = A combined prying and cutting tool. Useful for entering the station or its departments. Can even open bolted doors!
uplink-duffel-surgery-name = Surgical Duffel Bag
uplink-duffel-surgery-desc = A large duffel bag containing a full suite of surgical tools.