1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 09:35:28 +00:00

Evidence chest now locks when new evidence is added to it

This commit is contained in:
Thomas 2014-04-23 05:54:18 -04:00
parent 420163d35f
commit 6022ffbd1f

View File

@ -2724,6 +2724,7 @@ namespace MWWorld
}
}
}
closestChest.getCellRef().mLocked = true;
}
void World::goToJail()