Merge pull request #1293 from Yoshax/progressbars

Adds progress bars to tasks that take time
This commit is contained in:
EmperorJon
2016-03-30 15:15:00 +01:00
8 changed files with 153 additions and 61 deletions
@@ -119,6 +119,11 @@ var/list/_client_preferences_by_type
enabled_description = "Show"
disabled_description = "Hide"
/datum/client_preference/show_progress_bar
description ="Progress Bar"
key = "SHOW_PROGRESS"
enabled_description = "Show"
disabled_description = "Hide"
/********************
* Admin Preferences *
********************/