From adf1c859900bec44f0b3db956be044427ce8a75d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 4 Aug 2018 00:37:50 -0300 Subject: Remove crap function and fix a typo --- npc/003-1/silvia.txt | 2 +- npc/003-1/swezanne.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/003-1') diff --git a/npc/003-1/silvia.txt b/npc/003-1/silvia.txt index d486881be..9c0166886 100644 --- a/npc/003-1/silvia.txt +++ b/npc/003-1/silvia.txt @@ -8,7 +8,7 @@ if (strcharinfo(0) == $MOST_HEROIC$) npctalk l("Oh my, the great @@ has come to talk to me!", $MOST_HEROIC$); if (getq(TulimsharQuest_Swezanne) == 4) goto L_Message; .@q2=getq2(TulimsharQuest_Swezanne); - if (.@q2 < santime() || gcsantime(.@q2)) goto L_Unallowed; + if (.@q2 < santime()) goto L_Unallowed; if (getq(TulimsharQuest_Swezanne) == 1 && getq(TulimsharQuest_Lifestone) < 2) goto L_Lifestone; if (strcharinfo(0) != $MOST_HEROIC$) hello; end; diff --git a/npc/003-1/swezanne.txt b/npc/003-1/swezanne.txt index 1ca5457c2..1268703e6 100644 --- a/npc/003-1/swezanne.txt +++ b/npc/003-1/swezanne.txt @@ -12,7 +12,7 @@ .@q2=getq2(TulimsharQuest_Swezanne); if (.@q == 0) goto L_Quest; else if (.@q == 3) goto L_Silvia; - else if (.@q2 < santime() || gcsantime(.@q2)) goto L_Repeat; + else if (.@q2 < santime()) goto L_Repeat; mesq l("I fight every day in hopes to meet Andrei, the famous hero who prevented Hurnscald from total destruction against a horde of monsters alone."); if ($MOST_HEROIC$ != "") goto L_Heroics; close; -- cgit v1.2.3-70-g09d2