summaryrefslogtreecommitdiff
path: root/npc/001-10-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-07-16 22:04:36 -0300
committerJesusaves <cpntb1@ymail.com>2023-07-16 22:04:36 -0300
commit700e2826b9df7f7b5569024a821764395dde4fc1 (patch)
treeee672891c12872b9e73bdcf1e45b42a0a7f356f1 /npc/001-10-1
parenta2f0f1b77b3159643e8fa45a69a1c959fb4ae3c5 (diff)
downloadserverdata-700e2826b9df7f7b5569024a821764395dde4fc1.tar.gz
serverdata-700e2826b9df7f7b5569024a821764395dde4fc1.tar.bz2
serverdata-700e2826b9df7f7b5569024a821764395dde4fc1.tar.xz
serverdata-700e2826b9df7f7b5569024a821764395dde4fc1.zip
Rebirth Season now improves Call of Dusty rewards
Diffstat (limited to 'npc/001-10-1')
-rw-r--r--npc/001-10-1/scripts.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/001-10-1/scripts.txt b/npc/001-10-1/scripts.txt
index 080cae7c9..c23ba30af 100644
--- a/npc/001-10-1/scripts.txt
+++ b/npc/001-10-1/scripts.txt
@@ -46,6 +46,8 @@ OnReward2:
setq2 LoFQuest_COD, getq2(LoFQuest_COD) + 1;
getitem BottledDust, 1;
}
+ if ($EVENT$ == "Rebirth")
+ getitem BottledDust, rand2(1,2);
warp "018-2-1", 24, 29;
specialeffect(FX_FANFARE, SELF, getcharid(3));
end;