Fix opening Diablos chamber with only one lever
This commit is contained in:
parent
9e788d8134
commit
c6b214ecd3
1 changed files with 3 additions and 0 deletions
|
|
@ -4236,6 +4236,9 @@ void SyncLever(const Object &lever)
|
|||
if (lever._oSelFlag != 0)
|
||||
return;
|
||||
|
||||
if (currlevel == 16 && !AreAllLeversActivated(lever._oVar8))
|
||||
return;
|
||||
|
||||
ObjChangeMap(lever._oVar1, lever._oVar2, lever._oVar3, lever._oVar4);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue