feat(modals): Small style scroll award

This commit is contained in:
Sabe Jones
2015-10-09 15:39:36 -04:00
parent b775b8f399
commit f00bbd9652
2 changed files with 13 additions and 13 deletions

View File

@@ -98,7 +98,7 @@ habitrpg.controller('NotificationCtrl',
Notification.drop(env.t('messageDropFood', {dropArticle: after.article, dropText: text, dropNotes: notes}), after);
} else if (after.type === 'Quest') {
$rootScope.selectedQuest = Content.quests[after.key];
$rootScope.openModal('questDrop', {controller:'PartyCtrl'});
$rootScope.openModal('questDrop', {controller:'PartyCtrl',size:'sm'});
} else if (after.notificationType === 'Mystery') {
text = Content.gear.flat[after.key].text();
Notification.drop(env.t('messageDropMysteryItem', {dropText: text}), after);