Formatting FIxes (#58)
This commit is contained in:
parent
57fb9fb525
commit
096d39609e
1318 changed files with 11633 additions and 22129 deletions
|
|
@ -6,15 +6,9 @@ namespace Server.Targeting
|
|||
{
|
||||
private BaseWand m_Item;
|
||||
|
||||
public WandTarget(BaseWand item) : base(6, false, TargetFlags.None)
|
||||
{
|
||||
m_Item = item;
|
||||
}
|
||||
public WandTarget(BaseWand item) : base(6, false, TargetFlags.None) => m_Item = item;
|
||||
|
||||
private static int GetOffset(Mobile caster)
|
||||
{
|
||||
return 5 + (int)(caster.Skills.Magery.Value * 0.02);
|
||||
}
|
||||
private static int GetOffset(Mobile caster) => 5 + (int)(caster.Skills.Magery.Value * 0.02);
|
||||
|
||||
protected override void OnTarget(Mobile from, object targeted)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue