This commit is contained in:
parent
2c723b90fc
commit
3dcaed01ba
9 changed files with 153 additions and 57 deletions
|
|
@ -190,6 +190,8 @@ namespace Server.Items
|
|||
Weight = 3.0;
|
||||
}
|
||||
|
||||
public override int DefaultMaxWeight { get { if ( Core.ML ) { return 550; } else { return 400; } } }
|
||||
|
||||
public Backpack( Serial serial ) : base( serial )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue