fix: Codegens lockable containers and cleans up lockpickable (#976)
This commit is contained in:
parent
fc0594f87c
commit
8f922c94ae
9 changed files with 762 additions and 833 deletions
|
|
@ -159,7 +159,7 @@ public partial class TreasureMapChest : LockableContainer
|
|||
|
||||
if (level == 0)
|
||||
{
|
||||
cont.LockLevel = 0;
|
||||
cont.LockLevel = ILockpickable.CannotPick;
|
||||
|
||||
cont.DropItem(new Gold(Utility.RandomMinMax(50, 100)));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue