nur damit ich alte datenfiles testen kann, turn-test in die geschenke eingebaut

This commit is contained in:
Enno Rehling 2004-05-23 00:20:57 +00:00
parent 05ad121676
commit b2c5c55ea3
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ function process(orders)
end end
-- Give out the rewards of the art contest -- Give out the rewards of the art contest
if get_gamename() == "Eressea" then if get_turn()>=380 and get_gamename() == "Eressea" then
if not get_flag("artr") then if not get_flag("artr") then
require("artrewards.lua") require("artrewards.lua")
end end