From 3dbfd0127b7e52003811d60fcc2cb5cf984f0600 Mon Sep 17 00:00:00 2001 From: unsoftcapped3 <75136164+unsoftcapped3@users.noreply.github.com> Date: Wed, 14 Dec 2022 03:51:42 +0000 Subject: [PATCH] wording --- src/data/layers/oil.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/layers/oil.tsx b/src/data/layers/oil.tsx index 353c78f..9b791ec 100644 --- a/src/data/layers/oil.tsx +++ b/src/data/layers/oil.tsx @@ -676,7 +676,7 @@ const layer = createLayer(id, function (this: BaseLayer) { cost: 1e15, display: { title: "The Ultimate Metal Dye", - description: "Product of primary dyes makes all metal costs cheaper" + description: "Product of primary dyes makes everything that costs metal cost less metal" }, visibility: () => showIf(management.elfTraining.oilElfTraining.milestones[4].earned.value), style: { color: colorText }