diff options
Diffstat (limited to 'npc/001-1/harbours.txt')
-rw-r--r-- | npc/001-1/harbours.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/001-1/harbours.txt b/npc/001-1/harbours.txt index 3f541430..51484179 100644 --- a/npc/001-1/harbours.txt +++ b/npc/001-1/harbours.txt @@ -18,7 +18,7 @@ OnTimer1670: harbourTimer; OnInit: - setnpcdistance 1; + .distance = 1; end; } @@ -29,7 +29,7 @@ OnTimer1670: harbourTimer; OnInit: - setnpcdistance 1; + .distance = 1; end; } @@ -40,7 +40,7 @@ OnTimer1670: harbourTimer; OnInit: - setnpcdistance 1; + .distance = 1; end; } @@ -51,7 +51,7 @@ OnTimer1670: harbourTimer; OnInit: - setnpcdistance 1; + .distance = 1; end; } @@ -62,7 +62,7 @@ OnTimer1670: harbourTimer; OnInit: - setnpcdistance 1; + .distance = 1; end; } @@ -73,6 +73,6 @@ OnTimer1670: harbourTimer; OnInit: - setnpcdistance 1; + .distance = 1; end; } |