forked from github/server
springtime on ice
This commit is contained in:
parent
0837fe4176
commit
561745b356
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ end
|
||||||
|
|
||||||
local function thaw(r)
|
local function thaw(r)
|
||||||
r.terrain = "ocean"
|
r.terrain = "ocean"
|
||||||
|
for s in r.ships do
|
||||||
|
s.coast = nil
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
function update()
|
function update()
|
||||||
|
|
Loading…
Reference in a new issue