summaryrefslogtreecommitdiff
path: root/npc/018-2-1/dustman.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-18 00:18:41 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-18 00:18:41 -0300
commit1a3d61d122b49f7b5dbc2cf32554979e370a5fb4 (patch)
tree71dd46235d1415d58e970aeba2fd7fad928ea24a /npc/018-2-1/dustman.txt
parent7c374bb5d84b6f1ef04df4377ab7d101c11b47ad (diff)
downloadserverdata-r11.1_200218.tar.gz
serverdata-r11.1_200218.tar.bz2
serverdata-r11.1_200218.tar.xz
serverdata-r11.1_200218.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/dustman.txt')
-rw-r--r--npc/018-2-1/dustman.txt6
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;
}