server/scripts/eressea/astral.lua
Enno Rehling 44c89e26ec Lua module rewrite, part deux.
rules for E3 and E4
some missing files.
2014-07-26 23:41:56 +02:00

10 lines
131 B
Lua

-- Astralraum
astral = {}
function astral.update()
print('spawn braineaters')
spawn_braineaters(0.25)
end
return astral