From 612c11ec31b386ac0b5cec94e3cf5f016ef19a24 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 22 Nov 2020 10:17:10 -0500 Subject: [PATCH] Add ritual to monster types lol --- commands/edit-image/yu-gi-oh-gen.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {