diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-12-21 11:54:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-12-21 11:54:07 -0300 |
commit | 3e1c5193a4321b7ab24a666def77e89a63f6b764 (patch) | |
tree | 011b9efde8027fb42bf666d4b49832d89c955f30 | |
parent | 1b751ee2a3d0b5e3d60f04fe9ee48d4ee73df7f0 (diff) | |
download | serverdata-3e1c5193a4321b7ab24a666def77e89a63f6b764.tar.gz serverdata-3e1c5193a4321b7ab24a666def77e89a63f6b764.tar.bz2 serverdata-3e1c5193a4321b7ab24a666def77e89a63f6b764.tar.xz serverdata-3e1c5193a4321b7ab24a666def77e89a63f6b764.zip |
However, Christmas Gifts for #5 position improves slightly if Golbarez got 1M
-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 0a357beda..5b2d66a01 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, 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)); |