From 8081a439a5c2cf4103d3d8c132f5238ba3a4abe3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 28 Jan 2020 21:11:20 -0300 Subject: Valentine Event: Drop the point usage on 2020 --- npc/017-3/loratay.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'npc/017-3/loratay.txt') 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; -- cgit v1.2.3-70-g09d2