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