mirror of
https://github.com/goonstation/goonstation-2016.git
synced 2026-07-18 12:32:20 +01: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() |