summaryrefslogtreecommitdiff
path: root/npc/003-1/events.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-10-07 11:26:35 -0300
committerJesusaves <cpntb1@ymail.com>2023-10-07 11:26:35 -0300
commit930afbd0ea7901844db230543abe7468f0d2c001 (patch)
tree57f2fba5aab92b752c08443aeae627526b202a26 /npc/003-1/events.txt
parent3367ca9a513d0010fe1a91a31379c2d3d97926e7 (diff)
downloadserverdata-930afbd0ea7901844db230543abe7468f0d2c001.tar.gz
serverdata-930afbd0ea7901844db230543abe7468f0d2c001.tar.bz2
serverdata-930afbd0ea7901844db230543abe7468f0d2c001.tar.xz
serverdata-930afbd0ea7901844db230543abe7468f0d2c001.zip
Some event pets can now be recovered with Pet Detective
Diffstat (limited to 'npc/003-1/events.txt')
-rw-r--r--npc/003-1/events.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-1/events.txt b/npc/003-1/events.txt
index 2c3b3759e..5527f7cc9 100644
--- a/npc/003-1/events.txt
+++ b/npc/003-1/events.txt
@@ -122,6 +122,7 @@ function handleEaster {
mesn;
mesc l("For the first place in Easter, you gained a Bhopper Fluffy."), 3;
mesc l("Remember to give it a balanced diet of Aquadas to make it happy."), 3;
+ #EVFEATS = #EVFEATS | EVFEAT_EASTER;
next;
} else {
.@pos=array_find($@easter_name$, strcharinfo(0));
@@ -222,6 +223,7 @@ function handleValentine {
makepet DoggyDog;
getitem PrismGift, 1;
getitem StrangeCoin, 10;
+ #EVFEATS = #EVFEATS | EVFEAT_VALENTINE;
} else if (strcharinfo(0) == .@name$[1] || strcharinfo(0) == .@name$[2]) {
getitem PrismGift, 1;
getitem GoldenGift, 1;