From f081b62bb2098b501ae17811dd3bac81f0b80618 Mon Sep 17 00:00:00 2001 From: HF Date: Wed, 27 Dec 2023 15:54:03 +0100 Subject: [PATCH] better description of punishment --- src/core/Ranks.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/Ranks.js b/src/core/Ranks.js index b11dbad..8e61b0b 100644 --- a/src/core/Ranks.js +++ b/src/core/Ranks.js @@ -106,8 +106,8 @@ class Ranks { /* * if the leading country places more pixels * than the fellowing 2+ countries after, - * 20% gets added to the cooldown for every following - * country, cailed at 200%; + * 20% gets added to their cooldown for every country + * after the first. Ceiled at 200% */ if (outnumbered > 2) { this.#punishedCountry = leadingCountry;