diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-10-07 11:26:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-10-07 11:26:35 -0300 |
commit | 930afbd0ea7901844db230543abe7468f0d2c001 (patch) | |
tree | 57f2fba5aab92b752c08443aeae627526b202a26 /npc/019-4-1 | |
parent | 3367ca9a513d0010fe1a91a31379c2d3d97926e7 (diff) | |
download | serverdata-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/019-4-1')
-rw-r--r-- | npc/019-4-1/chief.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/019-4-1/chief.txt b/npc/019-4-1/chief.txt index a05cfa83a..47942b7f1 100644 --- a/npc/019-4-1/chief.txt +++ b/npc/019-4-1/chief.txt @@ -82,8 +82,10 @@ L_Reward: else if (strcharinfo(0) == $@xmas_box_name$[3] || strcharinfo(0) == $@xmas_box_name$[4]) getitem XmasGift, ($XMAS_MONEY >= 1000000 ? 2 : 1); - if (strcharinfo(0) == .@name$[0]) + if (strcharinfo(0) == .@name$[0]) { mesc l("You gained a @@ for the #1 place on the event. Remember to feed it @@, or it may run away from you.", getitemlink(CattyCat), getitemlink(Milk)); + #EVFEATS = #EVFEATS | EVFEAT_CHRISTMAS; + } ///////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////// |