mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-03 14:02:49 +00:00
Greatly decreases the number of objects that need to be created (currently 3 event handlers in total vs basically 3 per datum) The price is a slower lookup of listeners but on a per round basis it should still be much less than the current startup time penalty.
6 lines
155 B
Plaintext
6 lines
155 B
Plaintext
var/datum/observ/task_triggered/task_triggered_event = new()
|
|
|
|
/datum/observ/task_triggered
|
|
name = "Task Triggered"
|
|
expected_type = /datum/scheduled_task
|