mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-20 02:34:12 +00:00
add notif re: math updates for classes (@wc8)
This commit is contained in:
parent
8b8f385fff
commit
640dd04dd3
1 changed files with 11 additions and 0 deletions
|
|
@ -1,3 +1,14 @@
|
|||
div(modal='!user.flags.mathUpdates')
|
||||
.modal-header
|
||||
h3 Math Updates
|
||||
.modal-body
|
||||
.npc_tyler.pull-left(style='margin-right:10px')
|
||||
p Hey all, Tyler here. Sorry for the rocky numbers (Exp, GP, etc) with the Class System roll-out! We're going to be tweaking the math today, and things should be mostly finalized by tomorrow. <a target='_blank' href='https://trello.com/c/L1H6LiZ3/110-character-stats-attributes-the-class-system'>Follow our progress here</a> (and chime in if you have some math chops).
|
||||
br
|
||||
p We'll also be moving some class-system interface bits around to make things more obvious for users. Stay tuned.
|
||||
.modal-footer
|
||||
button.btn.btn-default.cancel(ng-click='set({"flags.mathUpdates":true})') Dismiss
|
||||
|
||||
div(modal='modals.newStuff')
|
||||
.modal-header
|
||||
h3 New Stuff!
|
||||
|
|
|
|||
Loading…
Reference in a new issue