diff options
-rw-r--r-- | world/map/npc/annuals/2022.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; |