Ninja Darts and Shuriken should use combat checks, never 100% chance of hit. Should trigger Evil Omen poison level increase. Missed shots should not consume poison chg, but empty ammo clears weapon poison. Code overhaul.
This commit is contained in:
parent
c81a87394d
commit
33de7434c5
11 changed files with 520 additions and 571 deletions
|
|
@ -4,7 +4,7 @@ using Server.Engines.Craft;
|
|||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class FukiyaDarts : Item, IUsesRemaining, ICraftable
|
||||
public class FukiyaDarts : Item, ICraftable, INinjaAmmo
|
||||
{
|
||||
private int m_UsesRemaining;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue