More PC Language :P

This commit is contained in:
Krzysztof Rudnicki 2022-09-27 14:44:40 +02:00 committed by KRZYSZTOF RUDNICKI
parent a3a61328aa
commit b63decc8fe

View File

@ -2,7 +2,7 @@
#include <string>
#include <vector>
const std::vector <std::string> TIERS = {"Shit", "Bad", "Mid", "Good", "Top", "God Tier"};
const std::vector <std::string> TIERS = {"Abhorrent", "Bad", "Mid", "Good", "Top", "God Tier"};
const float TIER_BASE = TIERS.size();
void print(std::string const s)