Fixed some typos and extra spaces
This commit is contained in:
parent
1c3e30d59e
commit
de15767ce3
|
@ -4,7 +4,7 @@ version=2
|
|||
:endif
|
||||
|
||||
:if:<register.registered(postblueoak)>=false <and> <player.badges>=16
|
||||
@text.show(Hello, you are begining~to hold the air of~a great Champion,~<player.name>.*It is time for your~Pokédex to match~who you are.*Let me see your~Pokédex for a moment.*I will upgrade your~Pokédex with the~National Mode.)
|
||||
@text.show(Hello, you are beginning~to hold the air of~a great Champion,~<player.name>.*It is time for your~Pokédex to match~who you are.*Let me see your~Pokédex for a moment.*I will upgrade your~Pokédex with the~National Mode.)
|
||||
@sound.play(success,1)
|
||||
@text.color(playercolor)
|
||||
@text.show(<player.name> received~the National Pokédex!)
|
||||
|
|
|
@ -5,7 +5,7 @@ Namespace Items.KeyItems
|
|||
|
||||
Inherits KeyItem
|
||||
|
||||
Public Overrides ReadOnly Property Description As String = "The ticket required for flying on the sea plane. It has a drawing of a sea plane on it. "
|
||||
Public Overrides ReadOnly Property Description As String = "The ticket required for flying on the sea plane. It has a drawing of a sea plane on it."
|
||||
|
||||
Public Sub New()
|
||||
_textureRectangle = New Rectangle(432, 408, 24, 24)
|
||||
|
|
Loading…
Reference in New Issue