From 561745b3560d2d19b0387bd10fbdf591489ef7e0 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sat, 16 Oct 2010 21:11:03 -0700 Subject: [PATCH] springtime on ice --- scripts/e3a/frost.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/e3a/frost.lua b/scripts/e3a/frost.lua index 235cdc77f..d0a36e9f3 100644 --- a/scripts/e3a/frost.lua +++ b/scripts/e3a/frost.lua @@ -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()