Predict doors and airlocks (#25419)

* predict doors and airlocks

* prying, too

* ack

* eek
This commit is contained in:
Nemanja
2024-02-22 18:01:31 -05:00
committed by GitHub
parent b7747596f1
commit ce0a51fc29
25 changed files with 444 additions and 559 deletions

View File

@@ -459,7 +459,7 @@ public sealed partial class ShuttleSystem
continue;
_doors.TryClose(doorUid);
_bolts.SetBoltsWithAudio(doorUid, door, enabled);
_doors.SetBoltsDown((doorUid, door), enabled);
}
}