diff --git a/assets/images/rip.png b/assets/images/rip.png index 2098ed5c..746a28f9 100644 Binary files a/assets/images/rip.png and b/assets/images/rip.png differ diff --git a/assets/json/activity.json b/assets/json/activity.json index 74a209b5..1a74d084 100644 --- a/assets/json/activity.json +++ b/assets/json/activity.json @@ -30,5 +30,21 @@ { "text": "with Amber", "type": "PLAYING" + }, + { + "text": "with a cardboard box", + "type": "PLAYING" + }, + { + "text": "in the fridge", + "type": "PLAYING" + }, + { + "text": "with a knife", + "type": "PLAYING" + }, + { + "text": "with a murderous cow", + "type": "PLAYING" } ] diff --git a/commands/avatar-edit/rip.js b/commands/avatar-edit/rip.js index 2616045f..3cd74eea 100644 --- a/commands/avatar-edit/rip.js +++ b/commands/avatar-edit/rip.js @@ -37,8 +37,8 @@ module.exports = class RipCommand extends Command { const canvas = createCanvas(base.width, base.height); const ctx = canvas.getContext('2d'); ctx.drawImage(base, 0, 0); - ctx.drawImage(avatar, 158, 51, 200, 200); - greyscale(ctx, 158, 51, 200, 200); + ctx.drawImage(avatar, 59, 68, 200, 200); + greyscale(ctx, 59, 68, 200, 200); return msg.say({ files: [{ attachment: canvas.toBuffer(), name: 'rip.png' }] }); } catch (err) { return msg.reply(`Oh no, an error occurred: \`${err.message}\`. Try again later!`); diff --git a/package.json b/package.json index 84bebba4..23f144c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "88.2.1", + "version": "88.2.2", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {