diff options
Diffstat (limited to 'npc/018-2-1')
-rw-r--r-- | npc/018-2-1/dustman.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/018-2-1/dustman.txt b/npc/018-2-1/dustman.txt index e361768b2..6c6a587b3 100644 --- a/npc/018-2-1/dustman.txt +++ b/npc/018-2-1/dustman.txt @@ -40,6 +40,12 @@ 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; } mesn; |