empserver/tests/bridgefall/easy-on/01-1
Markus Armbruster 292bfac797 bridgefall: Fix support loss with EASY_BRIDGES and BRIDGETOWERS on
With EASY_BRIDGES on, bridge spans need to be next to land or a bridge
tower to remain standing.

Land can't go away, but a bridge tower can fall.  Bridge spans next to
it may lose support then.  Bug: they don't fall when they lose support
that way.  Fix that.

Broken in commit 40eb78e, v4.3.12.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
2014-02-16 12:00:18 +01:00

12 lines
259 B
Text

|| damage span
| span stands
fire se 2,0 3,-1
| span falls
fire se 2,0 -1,-1
| own span falls
fire se 2,0 0,-2
|| damage tower, loss of support, EASY_BRIDGES on
| tower stands, and supports span
fire se 2,0 6,0
| tower falls, span 3,-3 falls
fire se 2,0 1,-3