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:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user