From 50ebff04851dabea2662e72832abc2b2ba513422 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 13 Nov 2019 10:25:50 -0300 Subject: Record TUT_VAR from now on --- npc/000-0-0/sailors.txt | 1 + npc/functions/clientversion.txt | 3 +++ 2 files changed, 4 insertions(+) diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt index 793c76282..7a814f1e1 100644 --- a/npc/000-0-0/sailors.txt +++ b/npc/000-0-0/sailors.txt @@ -251,6 +251,7 @@ L_Ready: LOCATION$ = "Candor"; warp "002-1@Candor", 53, 38; savepoint "000-1", 22, 22; + TUT_VAR=gettimetick(2); closedialog; close; diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 8056d663a..79e91f376 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -8,6 +8,9 @@ // This also handles all updates, and usually have priority. function script clientupdater { + // Bugfix + if (!TUT_VAR && UPDATE) + TUT_VAR=UPDATE; // Skip any update for newcomers if (compare(getmap(), "000-0")) { UPDATE=gettimetick(2); -- cgit v1.2.3-70-g09d2