misc merge/tidy from Zenvera
This commit is contained in:
parent
5b03ef628e
commit
2d60d61a6b
8 changed files with 23 additions and 8 deletions
|
|
@ -1638,7 +1638,7 @@ namespace Server.Items
|
|||
attacker.PlaySound( 0x44D );
|
||||
}
|
||||
|
||||
if ( m_MaxHits > 0 && ((MaxRange <= 1 && (defender is Slime || defender is AcidElemental)) || Utility.Random( 25 ) == 0) ) // Stratics says 50% chance, seems more like 4%..
|
||||
if ( m_MaxHits > 0 && ((MaxRange <= 1 && (defender is Slime || defender is AcidElemental)) || Utility.RandomDouble() < .04) ) // Stratics says 50% chance, seems more like 4%..
|
||||
{
|
||||
if ( MaxRange <= 1 && (defender is Slime || defender is AcidElemental) )
|
||||
attacker.LocalOverheadMessage( MessageType.Regular, 0x3B2, 500263 ); // *Acid blood scars your weapon!*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue