From a1af32895022c1afc3046297f8218007c8679573 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 6 Mar 2011 11:27:37 +0100 Subject: [PATCH] added Atlantis ship types --- scripts/example/modules.lua | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/example/modules.lua b/scripts/example/modules.lua index 8ded0b7b8..f44352ebf 100644 --- a/scripts/example/modules.lua +++ b/scripts/example/modules.lua @@ -8,8 +8,9 @@ tests = { -- 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) +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