diff --git a/commands/edit-image/yu-gi-oh-gen.js b/commands/edit-image/yu-gi-oh-gen.js index 31e091c4..c066080c 100644 --- a/commands/edit-image/yu-gi-oh-gen.js +++ b/commands/edit-image/yu-gi-oh-gen.js @@ -6,7 +6,7 @@ const { stripIndents } = require('common-tags'); const { list, firstUpperCase } = require('../../util/Util'); const { wrapText } = require('../../util/Canvas'); const types = ['monster', 'spell', 'trap']; -const monsterTypes = ['normal', 'effect', 'fusion', 'synchro', 'xyz', 'link', 'token']; +const monsterTypes = ['normal', 'effect', 'ritual', 'fusion', 'synchro', 'xyz', 'link', 'token']; const atrs = ['dark', 'divine', 'earth', 'fire', 'laugh', 'light', 'water', 'wind']; registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'Matrix Book.ttf'), { family: 'Matrix Book' }); registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'Matrix Small Caps.ttf'), { family: 'Matrix' }); diff --git a/package.json b/package.json index 40bb3d08..860dba0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "120.0.2", + "version": "120.0.3", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {