diff options
Diffstat (limited to 'npc/017-3')
-rw-r--r-- | npc/017-3/loratay.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/017-3/loratay.txt b/npc/017-3/loratay.txt index c9f640b4b..410f06e7d 100644 --- a/npc/017-3/loratay.txt +++ b/npc/017-3/loratay.txt @@ -35,11 +35,13 @@ L_Valentine: next; mesn; mesq l("Do you want to trade your points? The demand keep raising, and so does the price!"); + mesc l("Note: The points will NOT be consumed on 2020."), 3; if (askyesno() == ASK_NO) close; setq SQuest_Valentine, gettime(GETTIME_YEAR); - #VALENTINE_POINTS-=.@todayprice; + if (gettime(GETTIME_YEAR) != 2020) + #VALENTINE_POINTS-=.@todayprice; getitem2(ValentineDress, 1, 1, 0, 0, any(RedDye, RedDye, DarkRedDye, RedDye), 0,0,0); // 25% chance to get an ugly dress getexp BaseLevel*110, JobLevel*11; mesn; |