Set Chantal's side to have shroud so that share_vision has the intended effect when the player finds her.
This commit is contained in:
parent
f983a998a2
commit
4c88909396
2 changed files with 8 additions and 4 deletions
|
@ -5,13 +5,14 @@
|
|||
### Add-ons server
|
||||
### Campaigns
|
||||
* Delfador’s Memoirs
|
||||
* S11: Finding Chantal will now share her side’s vision with the player, as originally intended.
|
||||
* S14: Smoother appearance of enemies and added dialogue (#6176)
|
||||
* The Rise of Wesnoth
|
||||
* S22: Fixed the possibility of a missplaced dialogue when a bridge was broken (issue #6376)
|
||||
* Under the Burning Suns
|
||||
* S08: Kromph and the Dust devil now trigger a critical event (issue #6211)
|
||||
* World Conquest
|
||||
* Fixed artifacts "draining" HP on pick-up.
|
||||
* Fixed artifacts "draining" HP on pick-up.
|
||||
### Editor
|
||||
### Multiplayer
|
||||
### Lua API
|
||||
|
@ -66,7 +67,7 @@
|
|||
* The Dark Assassin’s race is not revealed until uncloaked (issue #6213)
|
||||
* The Dust Devil’s XP bar is now blue (issue #6212)
|
||||
* Winds of Fate:
|
||||
* New Drakes-centric Campaign added to mainline
|
||||
* New Drakes-centric Campaign added to mainline
|
||||
* World Conquest:
|
||||
* Fixed for Winged Scepter not giving the correct defence values
|
||||
* Corrected the attack icon of ice bow from a lightning bolt to an iceball
|
||||
|
@ -104,7 +105,7 @@
|
|||
* Removed support for writing BMP screenshots (PR #6206).
|
||||
* Password storage was fixed to work with multiple accounts (PR #6290)
|
||||
* wmllint now automatically removes {MAGENTA_IS_THE_TEAM_COLOR}.
|
||||
* wmllint, wmlscope and wmlindent now support the command line `--version` flag, which reports the current version of Wesnoth (issue #6346).
|
||||
* wmllint, wmlscope and wmlindent now support the command line `--version` flag, which reports the current version of Wesnoth (issue #6346).
|
||||
* wmllint is now capable of handling unit levels and types when checking recruitment patterns.
|
||||
|
||||
## Version 1.16.2
|
||||
|
@ -132,7 +133,7 @@
|
|||
* Remove the “formation” ability from the attack predictions dialog, as it was in a confusing location; its effect is still shown in the calculations and chance-to-hit percentage (PR #6326)
|
||||
* S02: Pinnacle Rock is now shown during dialogue (issue #6125)
|
||||
* S04: Improve dialogue about dark underground tunnels (PR #6345)
|
||||
* S06b:
|
||||
* S06b:
|
||||
* Account for non-elvish units encountering Dwarf Sergeant (issue #6196)
|
||||
* Grog will not die as quick now (issue #6196 & #6197)
|
||||
* Hermit dialogue cannot be accidentally skipped now (issue #6196)
|
||||
|
|
|
@ -55,6 +55,9 @@
|
|||
side=3
|
||||
controller=ai
|
||||
hidden=yes
|
||||
# Shroud is required for share_vision to have the intended effect in the event where the player finds Chantal.
|
||||
shroud=yes
|
||||
share_vision=none
|
||||
recruit=Elvish Ranger,Elvish Rider
|
||||
{GOLD 120 110 100}
|
||||
team_name=allies
|
||||
|
|
Loading…
Add table
Reference in a new issue