]> git.localhorst.tv Git - l2e.git/blobdiff - src/main.cpp
added upgrade items for capsule's final class
[l2e.git] / src / main.cpp
index dc4c669caadb90d8da52837680bf030b534c3d5d..7bde641ebba369596f215c779e7ed80e543d2ed3 100644 (file)
@@ -234,6 +234,8 @@ int main(int argc, char **argv) {
                gameState.heroes[1].AddSpell(valorSpell);
 
                gameState.inventory.Add(caster.GetItem("zirconPlateItem"), 32);
+               gameState.inventory.Add(caster.GetItem("holyFruitItem"));
+               gameState.inventory.Add(caster.GetItem("darkFruitItem"));
                gameState.inventory.Add(caster.GetItem("antidoteItem"), 9);
                gameState.inventory.Add(caster.GetItem("powerRingItem"));
                gameState.inventory.Add(caster.GetItem("magicJarItem"), 4);