mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
Update tavern.jade
Add infos about resting while on Boss quest
This commit is contained in:
parent
951872d116
commit
e9715f36b8
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
span(ng-show='user.preferences.sleep') Check Out of Inn
|
span(ng-show='user.preferences.sleep') Check Out of Inn
|
||||||
span(ng-hide='user.preferences.sleep') Rest in the Inn
|
span(ng-hide='user.preferences.sleep') Rest in the Inn
|
||||||
.alert.alert-info(ng-show='user.preferences.sleep')
|
.alert.alert-info(ng-show='user.preferences.sleep')
|
||||||
| Whilst resting, your dailies are saved and aren't affected by day turn-over. Whether you check out tomorrow or in a week's time, you'll continue in the same state as when you checked in.
|
| Whilst resting, your dailies are saved and aren't affected by day turn-over. Whether you check out tomorrow or in a week's time, you'll continue in the same state as when you checked in. Dailies themselves will not do damage if you miss them, but if you are in a Quest, Bosses can cause damage for missed dailies.
|
||||||
|
|
||||||
// Resources
|
// Resources
|
||||||
.modal(style='position: relative;top: auto;left: auto;right: auto;margin: 0 auto 20px;z-index: 1;max-width: 100%;')
|
.modal(style='position: relative;top: auto;left: auto;right: auto;margin: 0 auto 20px;z-index: 1;max-width: 100%;')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue