mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Update docs to be in line with existing code.
This commit is contained in:
parent
8ef7daf45a
commit
a93dd25867
@ -515,7 +515,7 @@ canLearnSpells
|
||||
```jsonc
|
||||
"creatures" : [
|
||||
{
|
||||
"creature" : "archer",
|
||||
"type" : "archer",
|
||||
"upgradeChance" : 30,
|
||||
"amount" : 20,
|
||||
}
|
||||
|
@ -60,7 +60,7 @@ void CRewardableObject::grantAllRewardsWthMessage(const CGHeroInstance * context
|
||||
|
||||
for (auto index : rewardIndices)
|
||||
{
|
||||
// TODO: Allow a single message for multiple / all rewards?
|
||||
// TODO: Merge all rewards of same type, with single message?
|
||||
grantRewardWithMessage(contextHero, index, false);
|
||||
}
|
||||
// Mark visited only after all rewards were processed
|
||||
|
Loading…
Reference in New Issue
Block a user