mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 07:57:50 +00:00
* The TGS thing * Revert the 516 revert * Further segment the world/New() proc * Fixes an issue here
13 lines
274 B
Plaintext
13 lines
274 B
Plaintext
/datum
|
|
var/list/datum_components
|
|
var/list/active_timers
|
|
var/list/open_uis
|
|
|
|
/datum/proc/initialize()
|
|
return TRUE
|
|
|
|
//Called when a variable is edited by admin powers
|
|
//Return 1 to block the varedit!
|
|
/datum/proc/variable_edited(variable_name, old_value, new_value)
|
|
return
|