<URL: http://bugs.freeciv.org/Ticket/Display.html?id=39366 >

The beta4-version doesn't allow players to move units to allied territories.

See common/movement.c and search for MR_PEACE. The function will
return MR_PEACE also when moving to allied territory and forbids the
movement without declaring a war.

Should the alliance status be tested here with for example
pplayers_allied(unit_owner, dst_tile->owner) ?



_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to