Kolben GameMode IntroType fix

I forgot to add the correct IntroType of the Kolben GameMode to the GameMode file.
This commit is contained in:
Jasper "JappaWakka" Speelman 2021-09-25 19:55:36 +02:00
parent b38f38775d
commit 9434417c31
1 changed files with 2 additions and 1 deletions

View File

@ -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