Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding level cap filter to team edit #77

Merged
merged 2 commits into from
Jul 22, 2022
Merged

Adding level cap filter to team edit #77

merged 2 commits into from
Jul 22, 2022

Conversation

rena-jp
Copy link
Contributor

@rena-jp rena-jp commented Jul 18, 2022

#72

@@ -130,8 +133,9 @@ class TeamsFilterModule extends CoreModule {
const affectionLvl = `${$grade.filter('g:not(.grey):not(.green)').length}`
let matchesAffCategory = (affectionCategory === filterAffCategory) || (filterAffCategory === 'all')
let matchesAffLvl = (affectionLvl === filterAffLvl) || (filterAffLvl === 'all')
let matchesLevelCap = (filterLevelCap === 'all') || (haremGirls[index].Xp.maxed === (filterLevelCap === 'capped'))
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing the check for uncapped?

@45026831 45026831 merged commit 8dd38c3 into 45026831:main Jul 22, 2022
@rena-jp rena-jp deleted the patch-3 branch July 31, 2022 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants