new v-props in baseregion, added butcherswarcleaver, runesabre, revised acid proof rope drop - should be rare.
This commit is contained in:
parent
3e36e18f91
commit
c6ad1bb0a6
5 changed files with 57 additions and 10 deletions
|
|
@ -1947,6 +1947,9 @@ namespace Server.Items
|
|||
SlayerEntry atkSlayer = SlayerGroup.GetEntryByName( atkWeapon.Slayer );
|
||||
SlayerEntry atkSlayer2 = SlayerGroup.GetEntryByName( atkWeapon.Slayer2 );
|
||||
|
||||
if( atkWeapon is ButchersWarCleaver && TalismanSlayer.Slays( TalismanSlayerName.Bovine, defender ) )
|
||||
return CheckSlayerResult.Slayer;
|
||||
|
||||
if ( atkSlayer != null && atkSlayer.Slays( defender ) || atkSlayer2 != null && atkSlayer2.Slays( defender ) )
|
||||
return CheckSlayerResult.Slayer;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue