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
4 lines
91 B
Lua
4 lines
91 B
Lua
dofile('config.lua')
|
|
eressea.read_game(get_turn() + '.dat')
|
|
init_reports()
|
|
write_reports()
|