mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-28 00:04:33 +02:00
Fix (destiny knot) IV inheritance
This commit is contained in:
parent
2dcd9a69b9
commit
46c814410c
@ -244,7 +244,12 @@
|
|||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
|
||||||
While IV1.Count + IV2.Count < (3 + CInt(DKnot) * 2)
|
Dim InheritIV As Integer = 3
|
||||||
|
If DKnot = True Then
|
||||||
|
InheritIV = 5
|
||||||
|
End If
|
||||||
|
|
||||||
|
While IV1.Count + IV2.Count < InheritIV
|
||||||
Dim newStat As String = ""
|
Dim newStat As String = ""
|
||||||
While newStat = "" Or IV1.Contains(newStat) = True Or IV2.Contains(newStat) = True
|
While newStat = "" Or IV1.Contains(newStat) = True Or IV2.Contains(newStat) = True
|
||||||
Select Case Core.Random.Next(0, 6)
|
Select Case Core.Random.Next(0, 6)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user