mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
VCAI: always clear teleport channel probing list if we lost hero
This commit is contained in:
parent
431f3bd857
commit
11d4b4291c
@ -1694,6 +1694,7 @@ bool VCAI::moveHeroToTile(int3 dst, HeroPtr h)
|
|||||||
if(!h)
|
if(!h)
|
||||||
{
|
{
|
||||||
lostHero(h);
|
lostHero(h);
|
||||||
|
teleportChannelProbingList.clear();
|
||||||
if (status.channelProbing()) // if hero lost during channel probing we need to switch this mode off
|
if (status.channelProbing()) // if hero lost during channel probing we need to switch this mode off
|
||||||
status.setChannelProbing(false);
|
status.setChannelProbing(false);
|
||||||
throw cannotFulfillGoalException("Hero was lost!");
|
throw cannotFulfillGoalException("Hero was lost!");
|
||||||
|
Loading…
Reference in New Issue
Block a user