Kolben GameMode IntroType fix
I forgot to add the correct IntroType of the Kolben GameMode to the GameMode file.
This commit is contained in:
parent
b38f38775d
commit
9434417c31
|
@ -607,7 +607,8 @@ Public Class GameMode
|
|||
"StartDialogue|" & Me._startDialogue & Environment.NewLine &
|
||||
"StartColor|" & Me._startColor.R & "," & Me._startColor.G & "," & Me._startColor.B & Environment.NewLine &
|
||||
"PokemonAppear|" & Me._pokemonAppear & Environment.NewLine &
|
||||
"IntroMusic|" & Me._introMusic & Environment.NewLine
|
||||
"IntroMusic|" & Me._introMusic & Environment.NewLine &
|
||||
"IntroType|" & Me._introType & Environment.NewLine
|
||||
|
||||
Dim SkinColorsString As String = "SkinColors|"
|
||||
Dim iSC As Integer = 0
|
||||
|
|
Loading…
Reference in New Issue