mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-12 15:44:57 +00:00
Fixed typo relating to AI switching, fixed Pokémon sent from the party to storage in battle not resetting their battle-only conditions, fixed player's sprite in Duel minigame not caring about the player's outfit, added missing move flags
This commit is contained in:
@@ -479,7 +479,7 @@ Accuracy = 100
|
||||
TotalPP = 5
|
||||
Target = NearOther
|
||||
FunctionCode = AlwaysCriticalHit
|
||||
Flags = Contact,CanProtect,CanMirrorMove,CannotMetronome
|
||||
Flags = Contact,CanProtect,CanMirrorMove,Punching,CannotMetronome
|
||||
Description = Strikes with a fierce blow through mastery of the Dark style. Always results in a critical hit.
|
||||
#-------------------------------
|
||||
[LASHOUT]
|
||||
@@ -8633,7 +8633,7 @@ Accuracy = 100
|
||||
TotalPP = 5
|
||||
Target = NearOther
|
||||
FunctionCode = HitThreeTimesAlwaysCriticalHit
|
||||
Flags = Contact,CanProtect,CanMirrorMove,CannotMetronome
|
||||
Flags = Contact,CanProtect,CanMirrorMove,Punching,CannotMetronome
|
||||
Description = Hits three times in a row with mastery of the Water style. This attack always deals critical hits.
|
||||
#-------------------------------
|
||||
[WATERSHURIKEN]
|
||||
|
||||
@@ -479,7 +479,7 @@ Accuracy = 100
|
||||
TotalPP = 5
|
||||
Target = NearOther
|
||||
FunctionCode = AlwaysCriticalHit
|
||||
Flags = Contact,CanProtect,CanMirrorMove,CannotMetronome
|
||||
Flags = Contact,CanProtect,CanMirrorMove,Punching,CannotMetronome
|
||||
Description = Strikes with a fierce blow through mastery of the Dark style. Always results in a critical hit.
|
||||
#-------------------------------
|
||||
[LASHOUT]
|
||||
@@ -8633,7 +8633,7 @@ Accuracy = 100
|
||||
TotalPP = 5
|
||||
Target = NearOther
|
||||
FunctionCode = HitThreeTimesAlwaysCriticalHit
|
||||
Flags = Contact,CanProtect,CanMirrorMove,CannotMetronome
|
||||
Flags = Contact,CanProtect,CanMirrorMove,Punching,CannotMetronome
|
||||
Description = Hits three times in a row with mastery of the Water style. This attack always deals critical hits.
|
||||
#-------------------------------
|
||||
[WATERSHURIKEN]
|
||||
|
||||
Reference in New Issue
Block a user