]> git.localhorst.tv Git - l2e.git/blobdiff - src/main.cpp
rough implementation of capsule feeding
[l2e.git] / src / main.cpp
index 96bfad7c7da9966d4d2a843728b6ba2bf3d89119..dc4c669caadb90d8da52837680bf030b534c3d5d 100644 (file)
@@ -233,7 +233,7 @@ int main(int argc, char **argv) {
                gameState.heroes[0].AddSpell(valorSpell);
                gameState.heroes[1].AddSpell(valorSpell);
 
-               gameState.inventory.Add(caster.GetItem("zirconPlateItem"));
+               gameState.inventory.Add(caster.GetItem("zirconPlateItem"), 32);
                gameState.inventory.Add(caster.GetItem("antidoteItem"), 9);
                gameState.inventory.Add(caster.GetItem("powerRingItem"));
                gameState.inventory.Add(caster.GetItem("magicJarItem"), 4);