Makes it possible to disable the vent pressure lockout temporarily with a screwdriver (#31050)

* builds

* doesn't crash

* seems to work

* distance cap was dumb

* Requested changes

* can't find any issues from making the changes

* Check for anchor and minor optimisation

* Removed unnecessary usings

* Code less verbose and cleanup
This commit is contained in:
PotentiallyTom
2024-09-22 20:59:56 +01:00
committed by GitHub
parent f8514e7815
commit d3ff4d5401
3 changed files with 85 additions and 39 deletions

View File

@@ -0,0 +1,9 @@
using Content.Shared.DoAfter;
using Robust.Shared.Serialization;
namespace Content.Shared.Atmos.Piping.Unary;
[Serializable, NetSerializable]
public sealed partial class VentScrewedDoAfterEvent : SimpleDoAfterEvent
{
}