Skip to content
Snippets Groups Projects
Commit aea9e618 authored by dg's avatar dg
Browse files

Alchemist gems are now transmogrifiable

git-svn-id: http://svn.net-core.org/repos/t-engine4@6373 51575b47-30f0-44d4-a5cc-537603b46e54
parent ed6d3869
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ local function newGem(name, image, cost, rarity, color, min_level, max_level, ti
name = "alchemist "..name:lower(), type='alchemist-gem', subtype = color,
slot = "QUIVER",
color = colors[color:upper()], image=image,
cost = 0,
cost = cost * 0.01,
material_level = tier,
alchemist_power = power,
alchemist_bomb = bomb,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment