crafting skill chances corrected for HollowPrism

notoriety fix for confusion pots
notoriety fix for basecreature
typo corrected for "bone mage"
buying value for scrolls restored to previous in holymage
This commit is contained in:
xavier 2011-10-22 23:55:28 +00:00
parent b1eced908b
commit a7c38951ce
5 changed files with 9 additions and 6 deletions

View file

@ -102,7 +102,7 @@ namespace Server.Items
foreach ( Mobile mobile in map.GetMobilesInRange( loc, Radius ) )
{
if ( mobile is BaseCreature )
if ( mobile is BaseCreature && ( Notoriety.Compute ( from, mobile ) != Notoriety.Innocent ))
{
BaseCreature mon = (BaseCreature) mobile;