Skip to content

Commit dc2c354

Browse files
committed
Fixed doors locked by SCP-079's recontainment not unlocking.
1 parent 5ef3ca8 commit dc2c354

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

LabExtended/Patches/Events/Scp079/Scp079RecontainingPatch.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ public static bool Prefix(Scp079Recontainer __instance)
102102
}
103103

104104
__instance.SetContainmentDoors(true, false);
105+
__instance._unlockStopwatch.Start();
106+
105107
return false;
106108
}
107109
}

0 commit comments

Comments
 (0)