Skip to content

Commit

Permalink
Add Jelly Deposit
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevcairiel committed Sep 25, 2019
1 parent d8f8d82 commit 447f71d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file added Artwork/Treasure/honey.tga
Binary file not shown.
3 changes: 3 additions & 0 deletions Constants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,8 @@ local node_ids = {
[NL["Mechanized Chest"]] = 560,
[NL["Glimmering Chest"]] = 561,
[NL["Prismatic Crystal"]] = 562,
-- 8.2.5
[NL["Jelly Deposit"]] = 563,
},
["Archaeology"] = {
-- cata archeolgy objects
Expand Down Expand Up @@ -833,6 +835,7 @@ local node_textures = {
[560] = icon_path.."Treasure\\treasure.tga",
[561] = icon_path.."Treasure\\treasure.tga",
[562] = icon_path.."Treasure\\ancient_mana.tga",
[563] = icon_path.."Treasure\\honey.tga",
},
["Archaeology"] = {
[601] = icon_path.."Archaeology\\shovel.tga",
Expand Down

0 comments on commit 447f71d

Please sign in to comment.