This commit is contained in:
parent
7ad00dceac
commit
0b4c3b15d9
41 changed files with 976 additions and 144 deletions
|
|
@ -24,11 +24,11 @@ namespace Server.Spells.Necromancy
|
|||
public override int Body{ get{ return Caster.Female ? 747 : 748; } }
|
||||
public override int Hue{ get{ return Caster.Female ? 0 : 0x4001; } }
|
||||
|
||||
public override int PhysResistOffset{ get{ return +10; } }
|
||||
public override int FireResistOffset{ get{ return -25; } }
|
||||
public override int ColdResistOffset{ get{ return -05; } }
|
||||
public override int PoisResistOffset{ get{ return -05; } }
|
||||
public override int NrgyResistOffset{ get{ return -05; } }
|
||||
public override int PhysResistOffset{ get{ return +15; } }
|
||||
public override int FireResistOffset{ get{ return -5; } }
|
||||
public override int ColdResistOffset{ get{ return 0; } }
|
||||
public override int PoisResistOffset{ get{ return 0; } }
|
||||
public override int NrgyResistOffset{ get{ return -5; } }
|
||||
|
||||
public WraithFormSpell( Mobile caster, Item scroll ) : base( caster, scroll, m_Info )
|
||||
{
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ namespace Server.Spells.Third
|
|||
{
|
||||
item.OnSnoop( Caster );
|
||||
}
|
||||
else if ( item is Corpse && !((Corpse)item).CheckLoot( Caster ) )
|
||||
else if ( item is Corpse && !((Corpse)item).CheckLoot( Caster, null ) )
|
||||
{
|
||||
}
|
||||
else if ( Caster.Region.OnDoubleClick( Caster, item ) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue