From 65caa7f1ef201ddd53dd3396a646ff29cc95f3ac Mon Sep 17 00:00:00 2001 From: Krzysztof Rudnicki Date: Tue, 27 Sep 2022 14:44:40 +0200 Subject: [PATCH] More PC Language :P --- CPP/miscelanious/tierListConverter/tierListConverter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CPP/miscelanious/tierListConverter/tierListConverter.cpp b/CPP/miscelanious/tierListConverter/tierListConverter.cpp index 778e347..d371b57 100755 --- a/CPP/miscelanious/tierListConverter/tierListConverter.cpp +++ b/CPP/miscelanious/tierListConverter/tierListConverter.cpp @@ -2,7 +2,7 @@ #include #include -const std::vector TIERS = {"Shit", "Bad", "Mid", "Good", "Top", "God Tier"}; +const std::vector TIERS = {"Abhorrent", "Bad", "Mid", "Good", "Top", "God Tier"}; const float TIER_BASE = TIERS.size(); void print(std::string const s)