[wesnoth-commits] [wesnoth/wesnoth] ada454: Avoid counting encounters with 'Cloaked Figure'.

Wedge009 noreply at github.com
Tue Dec 7 11:54:44 UTC 2021


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: ada454b20a652136a2f6f29003a8d1137eead9c9
      https://github.com/wesnoth/wesnoth/commit/ada454b20a652136a2f6f29003a8d1137eead9c9
  Author: Wedge009 <wedge009 at wedge009.net>
  Date:   2021-12-07 (Tue, 07 Dec 2021)

  Changed paths:
    M data/campaigns/Under_the_Burning_Suns/scenarios/08_Out_of_the_Frying_Pan.cfg

  Log Message:
  -----------
  Avoid counting encounters with 'Cloaked Figure'.

Resolves #6355.

The 'Cloaked Figure' that hounds Kaleh and friends can be encountered up to three times:
* S4 - guaranteed as his appearance is triggered by Kaleh entering the cave which is a scenario requirement.
* S5 - appearance is at a random turn during the battle between the dwarves and the trolls.
* S8 - final appearance is triggered when moving through the narrow passage.

It is possible to miss the encounter in S5 due to the randomised turn mechanic. Thus, it can be confusing when Kaleh says 'third time'.
This is just a quick work-around - another option may be to make the appearance in S5 more deterministic.

[ci skip]





More information about the Commits mailing list