[wesnoth-commits] [wesnoth/wesnoth] 5763b4: DiD S09: Unblock the book if one of DV's units is ...

nemaara noreply at github.com
Sat May 11 18:27:31 UTC 2019


  Branch: refs/heads/1.14
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 5763b4fa32fef43d8c3c2cfb4c0adda8410207ce
      https://github.com/wesnoth/wesnoth/commit/5763b4fa32fef43d8c3c2cfb4c0adda8410207ce
  Author: Steve Cotton <steve at octalot.co.uk>
  Date:   2019-05-11 (Sat, 11 May 2019)

  Changed paths:
    M data/campaigns/Descent_Into_Darkness/maps/09_A_Small_Favor3.map
    M data/campaigns/Descent_Into_Darkness/scenarios/09_A_Small_Favor3.cfg

  Log Message:
  -----------
  DiD S09: Unblock the book if one of DV's units is standing on it

Refactor to using location_id for the location of the book, because it appears
multiple times in the .cfg file.

An edge case to this edge case: if DV's turn starts with DV next to the book
and one of DV's units on the book, DV doesn't move until the next turn.  This
was also true if the unit moved to attack something, and works in the player's
favor, as it gives Malin an extra turn to grab the book, so I'm treating it as
a feature.

If DV does grab the book, explicitly say in the objectives that it's now a race
to the escape tunnel. The sequence for that is:
* DV takes the book (no messages at all)
* silently update objectives (escape to win, same as Malin taking the book)
* player ends turn
* DV moves, Malin asks if he's going to be left behind
* start of player's next turn: objectives shown (race to win)


  Commit: 964d57d3e8786993e73642787ed63db086c2a8f2
      https://github.com/wesnoth/wesnoth/commit/964d57d3e8786993e73642787ed63db086c2a8f2
  Author: nemaara <nemaara at users.noreply.github.com>
  Date:   2019-05-11 (Sat, 11 May 2019)

  Changed paths:
    M data/campaigns/Descent_Into_Darkness/maps/09_A_Small_Favor3.map
    M data/campaigns/Descent_Into_Darkness/scenarios/09_A_Small_Favor3.cfg

  Log Message:
  -----------
  Merge pull request #4067 from stevecotton/did_unblock_book

DiD S09: Unblock the book if one of DV's units is standing on it, clarify objectives


Compare: https://github.com/wesnoth/wesnoth/compare/892164ffaecb...964d57d3e878



More information about the Commits mailing list