mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-12 08:12:23 +01:00
10 lines
386 B
Plaintext
10 lines
386 B
Plaintext
/**
|
|
* 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
|