From 763d134b9ffdb0234ca66e2eefb21b4272c410b0 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 6 Mar 2011 21:49:01 -0800 Subject: [PATCH] Make all tests for Eressea pass again, using the config module. --- scripts/example/modules.lua | 9 --------- 1 file changed, 9 deletions(-) diff --git a/scripts/example/modules.lua b/scripts/example/modules.lua index f44352ebf..9d62abb01 100644 --- a/scripts/example/modules.lua +++ b/scripts/example/modules.lua @@ -5,12 +5,3 @@ tests = { srcpath .. '/shared/scripts/tests/common.lua', srcpath .. '/shared/scripts/tests/bson.lua', } - --- variables used in testsuite -test = { -swordmakeskill = 3 -- weaponsmithing skill for swords -,swordiron = 1 -- iron per sword -,horsecapacity = 2000 -- carrying capacity of horses (minus weight) -,cartcapacity = 10000 -- carrying capacity of carts (minus weight) -,shipname = "boat" -- some ship name (any name) -} \ No newline at end of file