From 501245071e14bf82e845a9cddb4e5514ad86293f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 7 Mar 2022 22:41:07 -0300 Subject: Remove debug marker --- world/map/npc/annuals/2022.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world/map/npc/annuals/2022.txt b/world/map/npc/annuals/2022.txt index 031637b8..b0a316d4 100644 --- a/world/map/npc/annuals/2022.txt +++ b/world/map/npc/annuals/2022.txt @@ -84,10 +84,10 @@ L_Candor: //////////////////////////////////////////////// function|script|P22Login { - if (1 + 1 == 2) goto L_FixMask; // FIXME Debug Marker if (gettime(7) != 2022) goto L_Return; if (gettime(6) != 4) goto L_Return; if (gettime(5) != 2 && gettime(5) != 3) goto L_Return; + if (!TUT_var) goto L_Return; // Freshly created if (gettimetick(2) - TUT_var < 1*7*86400) goto L_Return; // One week if (!(#X21 & 2)) goto L_Warp; if (getmap() == "003-1") goto L_FixMask; -- cgit v1.2.3-60-g2f50