Add interaction tests for prying airlocks (#35409)

This commit is contained in:
Tayrtahn
2025-02-23 08:46:59 -05:00
committed by GitHub
parent 066c773965
commit 9cb6503319
3 changed files with 88 additions and 1 deletions

View File

@@ -149,7 +149,7 @@ public abstract partial class SharedDoorSystem : EntitySystem
RaiseLocalEvent(ent, new DoorStateChangedEvent(door.State));
}
protected bool SetState(EntityUid uid, DoorState state, DoorComponent? door = null)
public bool SetState(EntityUid uid, DoorState state, DoorComponent? door = null)
{
if (!Resolve(uid, ref door))
return false;