mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Demon summon is now a spell. DEMON_SUMMONING bonus has been removed
This commit is contained in:
@@ -232,7 +232,6 @@ std::ostream & operator<<(std::ostream & os, const EActionType actionType)
|
||||
{EActionType::MONSTER_SPELL, "Monster spell"},
|
||||
{EActionType::BAD_MORALE, "Bad morale"},
|
||||
{EActionType::STACK_HEAL, "Stack heal"},
|
||||
{EActionType::DAEMON_SUMMONING, "Daemon summoning"}
|
||||
};
|
||||
|
||||
auto it = actionTypeToString.find(actionType);
|
||||
|
||||
Reference in New Issue
Block a user