Add ritual to monster types lol

This commit is contained in:
Dragon Fire
2020-11-22 10:17:10 -05:00
parent aa95415abb
commit 612c11ec31
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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' });
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "120.0.2",
"version": "120.0.3",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {