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:
parent
b1eced908b
commit
a7c38951ce
5 changed files with 9 additions and 6 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue