This commit is contained in:
Dragon Fire
2021-01-31 10:02:44 -05:00
parent 08f9a62608
commit adfea7cc56
3 changed files with 12 additions and 0 deletions
+4
View File
@@ -26,4 +26,8 @@ module.exports = class Move {
return this.description
.replace(/\$effect_chance/gi, this.effectChance);
}
get slug() {
return this.store.makeSlug(this.name);
}
};