You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix an error that makes the NoReducedCred achievement item unusable.
The `can_use` method of the `NoReducedCred.pm` achiievent item returns 0
unless the condition for which it can be used is true, and then there is
no follow up return value for the case that the condition is true. As a
result the method always returns a false value. Thus the achievement
item can never be used.
Since the result of the `can_use` method is used in a purely boolean
fashion it should just return the condition result.
0 commit comments