mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
Implemented explicitly visitable town buildings, e.g. hota mana vortex
Added flag `manualHeroVisit` flag to town building. If this flag is set, then building will only be activated on click and will not give its effect on hero recrutiment, hero visit, or new day. This allows implementing changes to Mana Vortex from HotA
This commit is contained in:
@@ -239,7 +239,7 @@ void registerTypes(Serializer &s)
|
||||
s.template registerType<ArrangeStacks>(183);
|
||||
s.template registerType<DisbandCreature>(184);
|
||||
s.template registerType<BuildStructure>(185);
|
||||
s.template registerType<TriggerTownSpecialBuildingAction>(186);
|
||||
s.template registerType<VisitTownBuilding>(186);
|
||||
s.template registerType<RecruitCreatures>(187);
|
||||
s.template registerType<UpgradeCreature>(188);
|
||||
s.template registerType<GarrisonHeroSwap>(189);
|
||||
|
||||
Reference in New Issue
Block a user