[wesnoth-commits] [wesnoth/wesnoth] bd130f: Tutorial S2: Warn about orcs crossing the river wh...

Steve Cotton noreply at github.com
Sun Jul 14 15:00:29 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: bd130fc8e3031bb803600d022da695b627064008
      https://github.com/wesnoth/wesnoth/commit/bd130fc8e3031bb803600d022da695b627064008
  Author: Steve Cotton <steve at octalot.co.uk>
  Date:   2019-07-14 (Sun, 14 Jul 2019)

  Changed paths:
    M data/campaigns/tutorial/scenarios/02_Tutorial_part_2.cfg

  Log Message:
  -----------
  Tutorial S2: Warn about orcs crossing the river when they cross

Closes issue 2a of #1584

Previously the warning was always given on turn 7. It will still trigger even
if the player has units ready to defend that crossing, because I think it's
better to show the message and let the player think "I'm already ready" than to
have it pop up once some fighting has already happened; and it seems easier to
test this logic than to test logic for not showing the message if the crossing
is currently guarded.

Also add a first_time_only=no to the check_income event, so that it can trigger
on turn 7 if it doesn't trigger on turn 6.





More information about the Commits mailing list