This commit is contained in:
parent
698d969b9b
commit
b95170c545
2 changed files with 23 additions and 30 deletions
|
|
@ -1800,9 +1800,8 @@ namespace Server.Mobiles
|
|||
if ( this.Alive && !wasAlive )
|
||||
{
|
||||
Item deathRobe = new DeathRobe();
|
||||
if ( !this.Backpack.CheckHold( this, deathRobe, false, true ) )
|
||||
deathRobe.Delete();
|
||||
else if ( !EquipItem( deathRobe ) )
|
||||
|
||||
if ( !EquipItem( deathRobe ) )
|
||||
deathRobe.Delete();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue