diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-20 23:50:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-20 23:50:12 -0300 |
commit | a6dd5396a31888c726e67e33b534db7e1978512e (patch) | |
tree | 2dc760629611293c7c5f420fd58cf67eb60a5a07 /npc | |
parent | 6c98388111494494f12b007455c298435e5d9b27 (diff) | |
download | serverdata-a6dd5396a31888c726e67e33b534db7e1978512e.tar.gz serverdata-a6dd5396a31888c726e67e33b534db7e1978512e.tar.bz2 serverdata-a6dd5396a31888c726e67e33b534db7e1978512e.tar.xz serverdata-a6dd5396a31888c726e67e33b534db7e1978512e.zip |
Move Pumpkin Seeds to art repo, implement Carrots :3
Diffstat (limited to 'npc')
-rw-r--r-- | npc/002-1/alige.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/002-1/alige.txt b/npc/002-1/alige.txt index 2f7aa2963..665f1ef9e 100644 --- a/npc/002-1/alige.txt +++ b/npc/002-1/alige.txt @@ -183,7 +183,7 @@ L_GiveFood: rif(countitem(HalfCroconut), l(getitemname(HalfCroconut))), 512, rif(countitem(Croconut), l(getitemname(Croconut))), 0, rif(countitem(Plushroom), l(getitemname(Plushroom))), 515, - rif(countitem(PumpkinSeeds), l(getitemname(PumpkinSeeds))), 1, + //rif(countitem(PumpkinSeeds), l(getitemname(PumpkinSeeds))), 1, // ITEM MOVED TO ART rif(countitem(UrchinMeat), l(getitemname(UrchinMeat))), 1, rif(countitem(EasterEgg), l(getitemname(EasterEgg))), 1, rif(countitem(PumpkishJuice), l(getitemname(PumpkishJuice))), 527, |