Added Frost Breath crit hit condition
This commit is contained in:
parent
96758f1862
commit
148eaa8274
|
@ -492,7 +492,10 @@
|
|||
If Core.Random.Next(0, chance) = 0 Then
|
||||
Return True
|
||||
End If
|
||||
|
||||
If UsedAttack.ID = 524 Then
|
||||
Return True
|
||||
End If
|
||||
|
||||
Return False
|
||||
End Function
|
||||
|
||||
|
|
Loading…
Reference in New Issue