mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Fix #845: Liz gossips about a beautiful trainer, not Pokémon
This commit is contained in:
parent
b8fc67848e
commit
39111486ab
@ -236,7 +236,7 @@ LizBugCatchingContestGossipText:
|
||||
cont "that great?"
|
||||
done
|
||||
|
||||
LizBeautifulMonGossipText:
|
||||
LizBeautifulTrainerGossipText:
|
||||
text "Listen, listen!"
|
||||
|
||||
para "I saw a beautiful"
|
||||
|
@ -8,7 +8,7 @@ LizGossipRandomScript:
|
||||
ifequal 5, .Salon
|
||||
ifequal 6, .Whitney
|
||||
ifequal 7, .BugCatchingContest
|
||||
ifequal 8, .BeautifulMon
|
||||
ifequal 8, .BeautifulTrainer
|
||||
ifequal 9, .Forgot
|
||||
|
||||
.RuinsOfAlph:
|
||||
@ -51,8 +51,8 @@ LizGossipRandomScript:
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Female
|
||||
|
||||
.BeautifulMon:
|
||||
farwritetext LizBeautifulMonGossipText
|
||||
.BeautifulTrainer:
|
||||
farwritetext LizBeautifulTrainerGossipText
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Female
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user