mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Only visiting heroes can now activate manual rewardable buildings
- This is more clear - in case if building generates queries - Avoids some edge cases, like what to do if building is single-use and town has 2 heroes - In line with hota version of this feature
This commit is contained in:
@@ -197,6 +197,7 @@ These are just a couple of examples of what can be done in VCMI. See vcmi config
|
||||
"bonuses" : [ BONUS_FORMAT ]
|
||||
|
||||
// If set to true, this building will not automatically activate on new day or on entering town and needs to be activated manually on click
|
||||
// Note that such building can only be activated by visiting hero, and not by garrisoned hero.
|
||||
"manualHeroVisit" : false,
|
||||
|
||||
// Bonuses provided by this special building if this building or any of its upgrades are constructed in town
|
||||
|
||||
Reference in New Issue
Block a user