Skip to content
Snippets Groups Projects
Commit afd95b88 authored by Alex Ksandra's avatar Alex Ksandra
Browse files

Allow alch-gem-swapping from the hotbar again.

parent 72257663
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,7 @@ local function newGem(name, image, cost, rarity, color, min_level, max_level, ti
newEntity{ base = "BASE_GEM", define_as = "ALCHEMIST_GEM_"..name:gsub(" ", "_"):upper(), name = "alchemist "..name:lower(), type='alchemist-gem', subtype = color,
slot = "QUIVER",
moddable_tile = "gembag",
use_no_wear = false,
color = colors[color:upper()], image=image,
cost = cost * 0.01,
material_level = tier,
......
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