From 66a3a75f0c919bcec04d3be3d8958053977bb32b Mon Sep 17 00:00:00 2001 From: TankorSmash Date: Thu, 14 Nov 2019 23:44:58 -0500 Subject: [PATCH] fix typo this changes `'increasing non Helium'` to `'increasing non-Helium'` --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 2bd7f310..622ffff2 100644 --- a/main.js +++ b/main.js @@ -11978,7 +11978,7 @@ var dailyModifiers = { }, karma: { description: function (str) { - return 'Gain a stack after killing an enemy, increasing all non ' + heliumOrRadon(false, true) + ' loot by ' + prettify((this.getMult(str, 1) * 100) - 100) + '%. Stacks cap at ' + this.getMaxStacks(str) + ', and reset after clearing a Zone.'; + return 'Gain a stack after killing an enemy, increasing all non-' + heliumOrRadon(false, true) + ' loot by ' + prettify((this.getMult(str, 1) * 100) - 100) + '%. Stacks cap at ' + this.getMaxStacks(str) + ', and reset after clearing a Zone.'; }, stackDesc: function (str, stacks){ return "Your Trimps are finding " + prettify((this.getMult(str, stacks) * 100) - 100) + "% more loot!";