This commit is contained in:
parent
cc7814db35
commit
bcdee05c6c
83 changed files with 268 additions and 146 deletions
|
|
@ -477,6 +477,8 @@ namespace Server.Items
|
|||
m_Props.Set( 3, true ); // remove mage armor from possible properties
|
||||
if ( armor.Resource >= CraftResource.RegularLeather && armor.Resource <= CraftResource.BarbedLeather )
|
||||
m_Props.Set( 0, true ); // remove lower requirements from possible properties for leather armor
|
||||
if ( armor.RequiredRace == Race.Elf )
|
||||
m_Props.Set( 7, true ); // elves inherently have night sight and elf only armor doesn't get night sight as a mod
|
||||
|
||||
for ( int i = 0; i < attributeCount; ++i )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue