Modernization Fixes & Updates to Default Values (#3)
This commit is contained in:
parent
445eddff68
commit
dcf64091b1
768 changed files with 10507 additions and 14196 deletions
|
|
@ -38,7 +38,7 @@ namespace Server.Items
|
|||
KeyValue = key.KeyValue;
|
||||
DropItem(key);
|
||||
|
||||
double tinkering = from.Skills[SkillName.Tinkering].Value;
|
||||
double tinkering = from.Skills.Tinkering.Value;
|
||||
int level = (int)(tinkering * 0.8);
|
||||
|
||||
RequiredSkill = level - 4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue