mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 01:49:19 +00:00
13 lines
650 B
Plaintext
13 lines
650 B
Plaintext
GLOBAL_LIST_EMPTY(stickybanadminexemptions) //stores a list of ckeys exempted from a stickyban (workaround for a bug)
|
|
GLOBAL_LIST_EMPTY(stickybanadmintexts) //stores the entire stickyban list temporarily
|
|
GLOBAL_VAR(stickbanadminexemptiontimerid) //stores the timerid of the callback that restores all stickybans after an admin joins
|
|
|
|
// /proc/init_smites() //todo: add on the second wave
|
|
// var/list/smites = list()
|
|
// for (var/_smite_path in subtypesof(/datum/smite))
|
|
// var/datum/smite/smite_path = _smite_path
|
|
// smites[initial(smite_path.name)] = smite_path
|
|
// return smites
|
|
|
|
// GLOBAL_LIST_INIT_TYPED(smites, /datum/smite, init_smites())
|