From b6b612f340e781ff8a214252c39bb1e9779122a7 Mon Sep 17 00:00:00 2001 From: ServerDiscord-beep <69043569+ServerDiscord-beep@users.noreply.github.com> Date: Fri, 31 Jul 2020 15:31:59 +0200 Subject: [PATCH] Updated counter.js description Just gave it a good description --- src/js/game/custom/buildings/counter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/game/custom/buildings/counter.js b/src/js/game/custom/buildings/counter.js index 5c82c742a..83b092198 100644 --- a/src/js/game/custom/buildings/counter.js +++ b/src/js/game/custom/buildings/counter.js @@ -235,7 +235,7 @@ export const counterBuildingData = { // TODO: keybinding in KEYMAPPINGS // TODO: T Tname: "Counter", - Tdesc: "Whatever...", + Tdesc: "Displays number of items currently going through it.", variantId: 510, meta: MetaCounterBuilding, speed: 2,