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
|
|
@ -31,6 +31,9 @@ namespace Server.Engines.Craft
|
|||
|
||||
public override double GetChanceAtMin( CraftItem item )
|
||||
{
|
||||
if( item.ItemType == typeof( HollowPrism ) )
|
||||
return 0.5; // 50%
|
||||
|
||||
return 0.0; // 0%
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue