From bd0c2c92f6ebc549404cdb88be753a3d05ec1d99 Mon Sep 17 00:00:00 2001 From: Scolder <69083943+ScolderCreations@users.noreply.github.com> Date: Sun, 19 Sep 2021 16:59:15 -0700 Subject: [PATCH] added a single item --- items.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/items.js b/items.js index ff229b2..f5ab7c3 100644 --- a/items.js +++ b/items.js @@ -35,5 +35,6 @@ const items = [ {name: 'microtransactions in mobile games', isWaste: true}, {name: 'minecraft 3ds', isWaste: true}, {name: 'drugs', isWaste: 'custom', custom: 'depends', explanation: 'im not qualified to tell this to you speak to your doctor or something'}, - {name: 'life', isWaste: 'custom', custom: 'depends', explanation: 'If you mean your life, totally, but life in general ... well, I guess, living stuff created money and also ways to waste it, so ... kinda ...'} + {name: 'life', isWaste: 'custom', custom: 'depends', explanation: 'If you mean your life, totally, but life in general ... well, I guess, living stuff created money and also ways to waste it, so ... kinda ...'}, + {name: 'app store text editors', isWaste: true} ];