forked from github/server
Merge branch 'master' of /home/eressea/repo/eressea
This commit is contained in:
commit
7765f29aa4
|
@ -16,6 +16,9 @@ end
|
|||
|
||||
local function thaw(r)
|
||||
r.terrain = "ocean"
|
||||
for s in r.ships do
|
||||
s.coast = nil
|
||||
end
|
||||
end
|
||||
|
||||
function update()
|
||||
|
|
Loading…
Reference in New Issue