From 02c119a4a0274ae7c9396b5a06abb7fb43ff2996 Mon Sep 17 00:00:00 2001 From: Reid Date: Sun, 27 Dec 2015 19:09:51 +0100 Subject: Add alwaysvisible attribute on harbour tiles. --- npc/001-1/harbours.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/npc/001-1/harbours.txt b/npc/001-1/harbours.txt index 6b6f0cbd..d66b009d 100644 --- a/npc/001-1/harbours.txt +++ b/npc/001-1/harbours.txt @@ -19,6 +19,7 @@ OnTimer1670: OnInit: .distance = 1; + .alwaysVisible = true; end; } @@ -30,6 +31,7 @@ OnTimer1670: OnInit: .distance = 1; + .alwaysVisible = true; end; } @@ -41,6 +43,7 @@ OnTimer1670: OnInit: .distance = 1; + .alwaysVisible = true; end; } @@ -52,6 +55,7 @@ OnTimer1670: OnInit: .distance = 1; + .alwaysVisible = true; end; } @@ -63,6 +67,7 @@ OnTimer1670: OnInit: .distance = 1; + .alwaysVisible = true; end; } @@ -74,6 +79,7 @@ OnTimer1670: OnInit: .distance = 1; + .alwaysVisible = true; end; } @@ -85,5 +91,6 @@ OnTimer1670: OnInit: .distance = 1; + .alwaysVisible = true; end; } -- cgit v1.2.3-70-g09d2