This commit is contained in:
parent
8ff1a903a0
commit
14873aaa3e
78 changed files with 360 additions and 231 deletions
|
|
@ -49,24 +49,6 @@ namespace Server.Engines.Craft
|
|||
return 0;
|
||||
}
|
||||
|
||||
public static bool IsNonColorable(Type type)
|
||||
{
|
||||
for (int i = 0; i < m_TailorNonColorables.Length; ++i)
|
||||
{
|
||||
if (m_TailorNonColorables[i] == type)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
private static Type[] m_TailorNonColorables = new Type[]
|
||||
{
|
||||
typeof( OrcHelm )
|
||||
};
|
||||
|
||||
private static Type[] m_TailorColorables = new Type[]
|
||||
{
|
||||
typeof( GozaMatEastDeed ), typeof( GozaMatSouthDeed ),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue