This commit is contained in:
Christian Schlittchen 2004-05-21 12:12:51 +00:00
parent bc1f94a826
commit d40e6a3a93
1 changed files with 8 additions and 0 deletions

View File

@ -85,6 +85,14 @@ function process(orders)
return -1
end
-- Give out the rewards of the art contest
if get_gamename() == "Eressea" then
if get_flag("arts") == 0 then
require "artrewards.lua"
set_flag("arts")
end
end
-- initialize starting equipment for new players
-- probably not necessary, since mapper sets new players, not server
add_equipment("conquesttoken", 1);