mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 21:44:48 +02:00
Fix
This commit is contained in:
@@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user