From d9ef8d92e65ea0680c89118392f0f42a55ac0c85 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 Apr 2022 09:25:12 -0300 Subject: Backport Chronos changes. But without personal trading limit. The reason for the personal limit is the existing stacks of points. These should be liquidated before the Evolved merge. (And if not, this means BP costs go up, so.) --- npc/functions/clear_vars.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'npc/functions/clear_vars.txt') diff --git a/npc/functions/clear_vars.txt b/npc/functions/clear_vars.txt index 65d21291..537012c8 100644 --- a/npc/functions/clear_vars.txt +++ b/npc/functions/clear_vars.txt @@ -21,6 +21,12 @@ function script ClearVariables { setq Quest_Doomsday, 2; #DD5_TALLY = 0; // Whatever, one is enough } + if (#CHRONOS) { + #CHRONOS = 0; // No longer used + } + if (#X21) { + #X21 = 0; // Flag for old events + } if (#BankAccount) { BankVault += #BankAccount; #BankAccount = 0; -- cgit v1.2.3-60-g2f50