mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fix(world-boss): Pass test
Also uncomment the line used to hide display of the boss in the Tavern, because we won't be doing a dry run of that style this time around.
This commit is contained in:
@@ -1354,7 +1354,7 @@ api.quests =
|
||||
completion: t('questBurnoutCompletion')
|
||||
completionChat: t('questBurnoutCompletionChat')
|
||||
value: 0
|
||||
canBuy: false
|
||||
canBuy: (()->false)
|
||||
category: 'world'
|
||||
boss:
|
||||
name: t('questBurnoutBoss')
|
||||
|
||||
Reference in New Issue
Block a user