forked from github/server
44c89e26ec
rules for E3 and E4 some missing files.
10 lines
131 B
Lua
10 lines
131 B
Lua
-- Astralraum
|
|
|
|
astral = {}
|
|
|
|
function astral.update()
|
|
print('spawn braineaters')
|
|
spawn_braineaters(0.25)
|
|
end
|
|
|
|
return astral
|