From 8117dcb5d9dc35c07579c51907593db137c54beb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 15 Jul 2018 00:55:49 -0300 Subject: gcsantime() to fix santime() loops. Uh... login frequently. --- npc/012-2/helena.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/012-2') diff --git a/npc/012-2/helena.txt b/npc/012-2/helena.txt index 1b4bda137..5d1d7cd29 100644 --- a/npc/012-2/helena.txt +++ b/npc/012-2/helena.txt @@ -41,8 +41,8 @@ L_Daily: mesq l("Ah, @@, my friend! Are you here to help us with 5 @@? Or perhaps you have 5 more @@ to show that Hurnscald is getting safer?", strcharinfo(0), getitemlink(TreasureKey), getitemlink(BanditHood)); mes ""; select - rif(.@k < santime() && countitem(TreasureKey) >= 5, l("I have 5 Treasure keys with me.")), - rif(.@h < santime() && countitem(BanditHood) >= 5, l("I have 5 Bandit Hoods with me.")), + rif((.@k < santime() || gcsantime()) && countitem(TreasureKey) >= 5, l("I have 5 Treasure keys with me.")), + rif((.@h < santime() || gcsantime()) && countitem(BanditHood) >= 5, l("I have 5 Bandit Hoods with me.")), l("Nothing at the moment."); mes ""; switch (@menu) { -- cgit v1.2.3-60-g2f50