Lots of usability imporvements

This commit is contained in:
Segey Lapin
2019-08-09 06:35:06 +03:00
parent 95a76feb53
commit 59e0b46384
25 changed files with 5190 additions and 429 deletions

View File

@@ -71,7 +71,7 @@ func get_cur_task_text():
return ret
for p in _objectives:
if !p.is_complete():
return p.get_title()
return get_title() + ": " + p.get_title()
return _title
return ret
func get_title():