mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
Tasks scoring and misc fixes (#8925)
* wip: add task scoring and persist checklist items * remove unused files, fix checklist scoring and start adding support for groups tasks * amke group and challenge tasks not scoreable
This commit is contained in:
@@ -16,7 +16,7 @@ module.exports = function ultimateGear (user) {
|
||||
}, true);
|
||||
|
||||
if (user.achievements.ultimateGearSets[klass] === true) {
|
||||
user.addNotification('ULTIMATE_GEAR_ACHIEVEMENT');
|
||||
if (user.addNotification) user.addNotification('ULTIMATE_GEAR_ACHIEVEMENT');
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user