Fixed "PokéMON" text in dialog

This commit is contained in:
Daniel S. Billing 2021-06-02 11:41:10 +02:00
parent a355f95e5a
commit 9b3e0e0d56
1 changed files with 4 additions and 4 deletions

View File

@ -6,11 +6,11 @@ version=2
@Text.show(Hello?~Oh, hello <player.name>!)
:if:<daycare.hasegg(2)>=true
:then
@text.show(We were raising your~[POKE]MON, and my goodness,~we were surprised!*Your [POKE]MON was holding~an Egg!*We don't know how it~got there, but your~[POKE]MON had it.*If you want to have it~visit us on Four Island.)
@text.show(We were raising your~[POKE]mon, and my goodness,~we were surprised!*Your [POKE]mon was holding~an Egg!*We don't know how it~got there, but your~[POKE]mon had it.*If you want to have it~visit us on Four Island.)
:else
:select:<daycare.countpokemon(2)>
:when:0
@text.show(We take care of the~precious [POKE]MON of~other trainers.*If you'd like us to~raise your [POKE]MON,~visit us on Four Island.)
@text.show(We take care of the~precious [POKE]mon of~other trainers.*If you'd like us to~raise your [POKE]mon,~visit us on Four Island.)
:when:1
@text.show(Glad you called!~Your <daycare.pokemonname(2,0)> is~doing just fine!)
:when:2
@ -22,7 +22,7 @@ version=2
:when:20
@storage.set(string,breed_text,The two don't seem~to like each other.)
:when:0
@storage.set(string,breed_text,The two prefer to play~with other [POKE]MON than~each other.)
@storage.set(string,breed_text,The two prefer to play~with other [POKE]mon than~each other.)
:endwhen
@text.show(Glad you called!*Your <daycare.pokemonname(2,0)> and~your <daycare.pokemonname(2,1)> are~doing just fine.*<storage.get(string,breed_text)>)
@ -31,7 +31,7 @@ version=2
:endif
:else
@Text.Show([POKE]gear: Day-Care Man~Receiving call.......)
@text.show(We were raising your~[POKE]MON, and my goodness,~we were surprised!*Your [POKE]MON was holding~an Egg!*We don't know how it~got there, but your~[POKE]MON had it.*If you want to have it~visit us on Four Island.)
@text.show(We were raising your~[POKE]mon, and my goodness,~we were surprised!*Your [POKE]mon was holding~an Egg!*We don't know how it~got there, but your~[POKE]mon had it.*If you want to have it~visit us on Four Island.)
:endif
:end