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;
|
||||
else if (count < 17)
|
||||
title = AffinityTitles.Depraved;
|
||||
else if (count < 20)
|
||||
else
|
||||
title = AffinityTitles.Harlot;
|
||||
|
||||
return new WaifuProfileTitle(count, title.ToString().Replace('_', ' '));
|
||||
|
Loading…
Reference in New Issue
Block a user