forked from mirror/openmw-tes3mp
Evidence chest now locks when new evidence is added to it
This commit is contained in:
parent
420163d35f
commit
6022ffbd1f
1 changed files with 2 additions and 1 deletions
|
@ -2724,6 +2724,7 @@ namespace MWWorld
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
closestChest.getCellRef().mLocked = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void World::goToJail()
|
void World::goToJail()
|
||||||
|
@ -2791,7 +2792,7 @@ namespace MWWorld
|
||||||
message += "\n" + skillMsg;
|
message += "\n" + skillMsg;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Sleep the player
|
// TODO: Sleep the player
|
||||||
|
|
||||||
std::vector<std::string> buttons;
|
std::vector<std::string> buttons;
|
||||||
buttons.push_back("#{sOk}");
|
buttons.push_back("#{sOk}");
|
||||||
|
|
Loading…
Reference in a new issue