partial psz patch

This commit is contained in:
mark 2009-06-21 05:43:18 +00:00
parent d03acbffaf
commit 869f68488d
23 changed files with 15471 additions and 19 deletions

View file

@ -59,7 +59,7 @@ namespace Server.Engines.Craft
public override bool RetainsColorFrom( CraftItem item, Type type )
{
if ( !( type == typeof( Cloth ) ) )
if ( type != typeof( Cloth ) && type != typeof( UncutCloth ) )
return false;
type = item.ItemType;