mirror of
https://github.com/goonstation/goonstation-2016.git
synced 2026-03-28 12:22:38 +00:00
12 lines
211 B
Plaintext
12 lines
211 B
Plaintext
// handles timed player actions
|
|
datum/controller/process/actions
|
|
var/action_controler
|
|
|
|
setup()
|
|
name = "Actions"
|
|
schedule_interval = 5
|
|
|
|
action_controler = actions
|
|
|
|
doWork()
|
|
actions.process() |