Initial commit.
This commit is contained in:
8
Scripts/Pokemon/flinch.as
Normal file
8
Scripts/Pokemon/flinch.as
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Pokemon{
|
||||
[Pokemon effect=Flinch]
|
||||
class Flinch : PkmnScript{
|
||||
void PreventAttack(ExecutingMove@ attack, bool& result) override {
|
||||
result = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user