mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-28 08:14:29 +02:00
Draco Meteor Tutor fix
Now checks for 8 badges
This commit is contained in:
parent
1a327798d3
commit
0b0a071d06
@ -1,5 +1,9 @@
|
|||||||
version=2
|
version=2
|
||||||
@text.show(If you've come to Dragon's~Den, you must be looking~to master the Dragon-type.)
|
@text.show(If you've come to Dragon's~Den, you must be looking~to master the Dragon-type.)
|
||||||
|
:if:<player.hasbadge(8)>=False
|
||||||
|
@text.show(However, you must gather~more experience before you~are ready to handle the~power I have to share.)
|
||||||
|
:else
|
||||||
|
@text.show(You are a respectable~trainer...)
|
||||||
:if:<pokemon.type1(0)>=dragon <or> <pokemon.type2(0)>=dragon <or> <pokemon.number(0)>=493 <or> <pokemon.number(0)>=773
|
:if:<pokemon.type1(0)>=dragon <or> <pokemon.type2(0)>=dragon <or> <pokemon.number(0)>=493 <or> <pokemon.number(0)>=773
|
||||||
:if:<pokemon.hasattack(0,434)>=false
|
:if:<pokemon.hasattack(0,434)>=false
|
||||||
@text.show(Your <pokemon.name(0)>~seems capable.*Do you want it to learn~Draco Meteor, the most~powerful Dragon move?)
|
@text.show(Your <pokemon.name(0)>~seems capable.*Do you want it to learn~Draco Meteor, the most~powerful Dragon move?)
|
||||||
@ -16,4 +20,5 @@ version=2
|
|||||||
:else
|
:else
|
||||||
@text.show(But your <pokemon.name(0)>~is no Dragon-type.*If you catch any,~show it to me.)
|
@text.show(But your <pokemon.name(0)>~is no Dragon-type.*If you catch any,~show it to me.)
|
||||||
:endif
|
:endif
|
||||||
|
:endif
|
||||||
:end
|
:end
|
Loading…
x
Reference in New Issue
Block a user