forked from github/server
61a1b6fafd
fix silver->money in the build scripts. config.lua: load the game configuration reports.lua: write the reports for the (initial) turn
7 lines
216 B
Lua
7 lines
216 B
Lua
local path = 'scripts'
|
|
if config.install then
|
|
path = config.install .. '/' .. path
|
|
end
|
|
package.path = package.path .. ';' .. path .. '/?.lua;' .. path .. '/?/init.lua'
|
|
require 'eressea'
|
|
require 'eressea.xmlconf'
|