fixed the worst affinity title
This commit is contained in:
parent
b75407ff9f
commit
4205cf37a3
@ -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('_', ' '));
|
||||||
|
Loading…
Reference in New Issue
Block a user