mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +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')
|
completion: t('questBurnoutCompletion')
|
||||||
completionChat: t('questBurnoutCompletionChat')
|
completionChat: t('questBurnoutCompletionChat')
|
||||||
value: 0
|
value: 0
|
||||||
canBuy: false
|
canBuy: (()->false)
|
||||||
category: 'world'
|
category: 'world'
|
||||||
boss:
|
boss:
|
||||||
name: t('questBurnoutBoss')
|
name: t('questBurnoutBoss')
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
.row
|
.row
|
||||||
.col-md-4
|
.col-md-4
|
||||||
|
|
||||||
// +boss(true, false)
|
+boss(true, false)
|
||||||
|
|
||||||
table
|
table
|
||||||
tr
|
tr
|
||||||
|
|||||||
Reference in New Issue
Block a user