forked from github/server
Merge branch 'develop' of github.com:badgerman/eressea into develop
This commit is contained in:
commit
70f5633c41
|
@ -1,6 +1,6 @@
|
||||||
# What is this?
|
# What is this?
|
||||||
|
|
||||||
This repository contains an the source code for the Play-by-Mail strategy game [Eressea](http://www.eressea.de/).
|
This repository contains the source code for the Play-by-Mail strategy game [Eressea](http://www.eressea.de/).
|
||||||
|
|
||||||
# Prerequisites
|
# Prerequisites
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,10 @@ function embassy.init()
|
||||||
end
|
end
|
||||||
|
|
||||||
function embassy.update()
|
function embassy.update()
|
||||||
-- Muschelplateau
|
-- Muschelplateau
|
||||||
|
if home==nil then
|
||||||
|
return
|
||||||
|
end
|
||||||
eressea.log.debug("updating embassies in " .. tostring(home))
|
eressea.log.debug("updating embassies in " .. tostring(home))
|
||||||
local u
|
local u
|
||||||
for u in home.units do
|
for u in home.units do
|
||||||
|
|
Loading…
Reference in New Issue