Skip to content

Commit

Permalink
Deal with misaligned D.Q. elem after reward claim.
Browse files Browse the repository at this point in the history
Deal with misalgined daily quest widget after reward claim.

This rev closes issue #232.
  • Loading branch information
galegosimpatico committed Jul 29, 2018
1 parent 805d705 commit e02acb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/objects/title_controller.cfg
Expand Up @@ -718,7 +718,7 @@
})
]
),
if(value in account_info.quests and index(ordered_remaining_quests, value) != index, schedule(50, animate(child, { y: quest_ypos + index(ordered_remaining_quests, value)*lib.gui.py(46)}, { duration: 10 })))
if(value in account_info.quests and index(ordered_remaining_quests, value) != index, schedule(50, animate(child, { y: quest_ypos + index(ordered_remaining_quests, value)*lib.gui.py(64)}, { duration: 10 })))
])
where quest_info = lib.quest.create(value)
Expand Down

0 comments on commit e02acb4

Please sign in to comment.