1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-03 00:46:55 +02:00

Fixes for r2543.

This commit is contained in:
DjWarmonger
2012-02-20 09:50:49 +00:00
parent 444b59d478
commit 5e14d17ed3
5 changed files with 39 additions and 27 deletions

View File

@ -3012,7 +3012,7 @@ void CGCreature::newTurn() const
cb->setObjProperty(id, ObjProperty::MONSTER_POWER, power); //increase temppower
}
if (GameConstants::STACK_EXP)
cb->setObjProperty(id, ObjProperty::MONSTER_EXP, 10000); //for testing purpose
cb->setObjProperty(id, ObjProperty::MONSTER_EXP, 500); //for testing purpose
}
void CGCreature::setPropertyDer(ui8 what, ui32 val)
{