mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
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…
x
Reference in New Issue
Block a user