bosses: misc small bugs

This commit is contained in:
Tyler Renelle
2013-12-24 23:56:11 -07:00
parent f8559b1762
commit 44e89d1be7
4 changed files with 13 additions and 14 deletions
+2 -2
View File
@@ -28,12 +28,12 @@ div(modal='modals.showQuest', ng-controller='InventoryCtrl')
hr
div(style='clear:left;clear:right')
.npc_ian.pull-left
p Clicking "Invite" will send an invitation to your party members. When all members have accepted or denied, the quest begins. If they take to long, feel free to force-start the quest under Options > Social > Party.
p Clicking "Invite" will send an invitation to your party members. When all members have accepted or denied, the quest begins. See status under Options > Social > Party.
.modal-footer
button.btn.btn-default.btn-small.btn-cancel(ng-click='closeQuest()') Cancel
button.btn.btn-default.btn-primary(ng-click='questInit()') Invite Party
div(modal='party.quest.key && !questHold && party.quest.members[user._id] == undefined')
div(modal='party.quest.key && !party.quest.active && !questHold && party.quest.members[user._id] == undefined')
.modal-header
h3 Quest Invitation: {{Content.quests[party.quest.key].text}}
.modal-body