diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-04 00:37:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-04 00:37:50 -0300 |
commit | adf1c859900bec44f0b3db956be044427ce8a75d (patch) | |
tree | 3deec3fe3182fcccf28cee438a52d4092a9426fd /npc/012-2 | |
parent | 86cea497593cd26369d86d184e38c192909d181c (diff) | |
download | serverdata-adf1c859900bec44f0b3db956be044427ce8a75d.tar.gz serverdata-adf1c859900bec44f0b3db956be044427ce8a75d.tar.bz2 serverdata-adf1c859900bec44f0b3db956be044427ce8a75d.tar.xz serverdata-adf1c859900bec44f0b3db956be044427ce8a75d.zip |
Remove crap function and fix a typo
Diffstat (limited to 'npc/012-2')
-rw-r--r-- | npc/012-2/helena.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/012-2/helena.txt b/npc/012-2/helena.txt index 290e5e6b6..ffde25870 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() || gcsantime(.@k)) && countitem(TreasureKey) >= 5, l("I have 5 Treasure keys with me.")), - rif((.@h < santime() || gcsantime(.@h)) && countitem(BanditHood) >= 5, l("I have 5 Bandit Hoods with me.")), + 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.")), l("Nothing at the moment."); mes ""; switch (@menu) { |