From 635ee6a99e429663c3bdca94799459d29e7768a6 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 20 May 2012 03:21:19 +0200 Subject: [PATCH] trying to figure out why some run_tests tests are not working --- scripts/eressea/xmas2004.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/eressea/xmas2004.lua b/scripts/eressea/xmas2004.lua index 92913c183..517d01920 100644 --- a/scripts/eressea/xmas2004.lua +++ b/scripts/eressea/xmas2004.lua @@ -1,4 +1,5 @@ function use_snowman(u, amount) + print(u .. "using snowman in " .. u.region) if u.region.terrain == "glacier" then local man = unit.create(u.faction, u.region) man.race = "snowman"