Adds Arena Trap ability

This commit is contained in:
2021-11-20 14:43:13 +01:00
parent f19c60c4c1
commit baae9377ef
4 changed files with 36 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
namespace Gen7 {
// Empty class to tag the Pokemon as raised up.
[Pokemon effect=RaisedUp]
class RaisedUp : PkmnScript {}
}