X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmain.cpp;h=7bde641ebba369596f215c779e7ed80e543d2ed3;hb=c5e56f45e08fcc6c4dceb586ce3d671a3f3907ab;hp=dc4c669caadb90d8da52837680bf030b534c3d5d;hpb=3eb9ed8d05effa0087ae9c6970699e56c12d7350;p=l2e.git diff --git a/src/main.cpp b/src/main.cpp index dc4c669..7bde641 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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);