More PC Language :P

This commit is contained in:
Krzysztof Rudnicki 2022-09-27 14:44:40 +02:00 committed by GitHub
parent 0acc6e6357
commit ed8b9a915e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)