mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
16 lines
640 B
Text
16 lines
640 B
Text
|
|
div(modal='user.stats.hp <= 0', options='{backdrop:true, keyboard:false, backdropClick:false}')
|
||
|
|
.modal-body
|
||
|
|
.row-fluid
|
||
|
|
.span4
|
||
|
|
figure.notification-character
|
||
|
|
img(src='/img/sprites/dead.png')
|
||
|
|
.span8
|
||
|
|
h2 You Died!
|
||
|
|
.row-fluid
|
||
|
|
.span4
|
||
|
|
p
|
||
|
|
a.btn.btn-danger.btn-large.notification-action(ng-click='revive()') Continue
|
||
|
|
.span8
|
||
|
|
p
|
||
|
|
| You've lost a level, all your gold, and a random piece of equipment. Arise, Habiteer, and try again! Curb those negative Habits, be vigilant in completion of Dailies, and hold death at arm's length with a Potion if you falter!
|