Timeclock; need TGUI updates

This commit is contained in:
Dahlular
2022-04-11 06:22:01 -06:00
parent 784b2ab048
commit 286b651f62
16 changed files with 663 additions and 0 deletions
@@ -0,0 +1,9 @@
/**
* Additional client defines. I needed somewhere to put these so here it is!
*/
/client
//////////////////////////////////////
// Things that require the database //
//////////////////////////////////////
var/list/department_hours = list() // Track hours of leave accrued for each department
var/list/play_hours = list() // Tracks total playtime hours for each department
@@ -0,0 +1,3 @@
/datum/job
var/timeoff_factor = 3
var/pto_type