diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-12-21 18:45:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-12-21 18:45:20 -0300 |
commit | 83afc25a058fdd917135c955459d8c2c512d2ada (patch) | |
tree | 622bb86972174afcf057e8efc0dd6449643553aa /npc | |
parent | e7845989e7e27eae554254009b9040ac73d47c3e (diff) | |
download | serverdata-83afc25a058fdd917135c955459d8c2c512d2ada.tar.gz serverdata-83afc25a058fdd917135c955459d8c2c512d2ada.tar.bz2 serverdata-83afc25a058fdd917135c955459d8c2c512d2ada.tar.xz serverdata-83afc25a058fdd917135c955459d8c2c512d2ada.zip |
Almost forgot to fix the CI
Diffstat (limited to 'npc')
-rw-r--r-- | npc/019-4-1/chief.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/019-4-1/chief.txt b/npc/019-4-1/chief.txt index 5b2d66a01..133c000ad 100644 --- a/npc/019-4-1/chief.txt +++ b/npc/019-4-1/chief.txt @@ -80,7 +80,7 @@ L_Reward: else if (strcharinfo(0) == $@xmas_box_name$[1] || strcharinfo(0) == $@xmas_box_name$[2]) getitem RedStocking, 1; else if (strcharinfo(0) == $@xmas_box_name$[3] || strcharinfo(0) == $@xmas_box_name$[4]) - getitem XmasGift, ($XMAS_MONEY >= 1000000, 2, 1); + getitem XmasGift, ($XMAS_MONEY >= 1000000 ? 2 : 1); 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)); |