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?
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -25,7 +25,10 @@ function embassy.init()
|
|||
end
|
||||
|
||||
function embassy.update()
|
||||
-- Muschelplateau
|
||||
-- Muschelplateau
|
||||
if home==nil then
|
||||
return
|
||||
end
|
||||
eressea.log.debug("updating embassies in " .. tostring(home))
|
||||
local u
|
||||
for u in home.units do
|
||||
|
|
Loading…
Reference in New Issue