server/scripts/eressea/e4/init.lua
Enno Rehling 3c2ae7ca93 preview script and logging cleanup
1. all log messages will be terminated with \n, whether the user provided
	it or not.
2. remove a bunch of print() calls from scripts to reduce clutter
3. replace printf calls with log_* calls to reduce clutter
4. add the new release preview script
2014-08-11 12:04:12 +02:00

11 lines
218 B
Lua

require 'eressea.e3.rules'
require 'eressea.spells'
eressea.log.debug("rules for game E3")
return {
require('eressea'),
require('eressea.markets'),
require('eressea.frost'),
require('eressea.ents')
}