fixed the worst affinity title

This commit is contained in:
Kwoth 2017-01-29 23:26:55 +01:00
parent b75407ff9f
commit 4205cf37a3

View File

@ -506,7 +506,7 @@ namespace NadekoBot.Modules.Gambling
title = AffinityTitles.Sloot; title = AffinityTitles.Sloot;
else if (count < 17) else if (count < 17)
title = AffinityTitles.Depraved; title = AffinityTitles.Depraved;
else if (count < 20) else
title = AffinityTitles.Harlot; title = AffinityTitles.Harlot;
return new WaifuProfileTitle(count, title.ToString().Replace('_', ' ')); return new WaifuProfileTitle(count, title.ToString().Replace('_', ' '));