[wesnoth-commits] [wesnoth/wesnoth] 9900ed: Tutorial S2: Warn about orcs crossing the river wh...
Steve Cotton
noreply at github.com
Sun Jul 14 14:55:23 UTC 2019
Branch: refs/heads/1.14
Home: https://github.com/wesnoth/wesnoth
Commit: 9900ed7f0c37407532f91afcb112b2a43d99b94f
https://github.com/wesnoth/wesnoth/commit/9900ed7f0c37407532f91afcb112b2a43d99b94f
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