misc changes laying around
This commit is contained in:
parent
a48e8d7633
commit
36868afd0a
12 changed files with 70 additions and 25 deletions
|
|
@ -540,6 +540,12 @@ namespace Server.Items
|
|||
return false;
|
||||
}
|
||||
|
||||
if ( Ethics.Ethic.IsImbued( this ) )
|
||||
{
|
||||
from.SendLocalizedMessage( 502440 ); // Scissors can not be used on that to produce anything.
|
||||
return false;
|
||||
}
|
||||
|
||||
CraftSystem system = DefTailoring.CraftSystem;
|
||||
|
||||
CraftItem item = system.CraftItems.SearchFor( GetType() );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue