diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-18 00:18:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-18 00:18:41 -0300 |
commit | 1a3d61d122b49f7b5dbc2cf32554979e370a5fb4 (patch) | |
tree | 71dd46235d1415d58e970aeba2fd7fad928ea24a /npc/018-2-1 | |
parent | 7c374bb5d84b6f1ef04df4377ab7d101c11b47ad (diff) | |
download | serverdata-1a3d61d122b49f7b5dbc2cf32554979e370a5fb4.tar.gz serverdata-1a3d61d122b49f7b5dbc2cf32554979e370a5fb4.tar.bz2 serverdata-1a3d61d122b49f7b5dbc2cf32554979e370a5fb4.tar.xz serverdata-1a3d61d122b49f7b5dbc2cf32554979e370a5fb4.zip |
Deprecate, remove, discontinue and burn with fire: Everything related to #RARE_POINTSr11.1_200218
It'll be replaced with Strange Coins on upstream. Whoever used it used, all else wasted.
Put a link to LoF Discord: https://discord.gg/q3Bwzgf
Diffstat (limited to 'npc/018-2-1')
-rw-r--r-- | npc/018-2-1/dustman.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/npc/018-2-1/dustman.txt b/npc/018-2-1/dustman.txt index ba4d76692..fda324437 100644 --- a/npc/018-2-1/dustman.txt +++ b/npc/018-2-1/dustman.txt @@ -98,12 +98,6 @@ L_COD: mesn; mesq l("Hey, do you know the ##BCall Of Dusty##b event?"); next; - if (#RARE_POINTS || countitem(TimeFlask)) { - mesn; - mesq l("Also, you seem like you are from around LoF. Why don't you take a free @@?", getitemlink(BottledDust)); - next; - getitem BottledDust, 1; - } setq LoFQuest_COD, 1; goto L_InformationCOD; } |