diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-28 21:11:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-28 21:11:20 -0300 |
commit | 8081a439a5c2cf4103d3d8c132f5238ba3a4abe3 (patch) | |
tree | 37ad0648d518bdbd4d57386075dbfa122b618944 /npc/017-3 | |
parent | 7ecebed6d2010c3804c5faae40184f4255fbe38d (diff) | |
download | serverdata-8081a439a5c2cf4103d3d8c132f5238ba3a4abe3.tar.gz serverdata-8081a439a5c2cf4103d3d8c132f5238ba3a4abe3.tar.bz2 serverdata-8081a439a5c2cf4103d3d8c132f5238ba3a4abe3.tar.xz serverdata-8081a439a5c2cf4103d3d8c132f5238ba3a4abe3.zip |
Valentine Event: Drop the point usage on 2020
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; |