X-Y-Switch korrigiert
This commit is contained in:
parent
8d3e099a36
commit
e83cf365c4
4
logik.pl
4
logik.pl
@ -110,9 +110,9 @@ einheit_attack(Xattack, Yattack, Xdefend, Ydefend) :-
|
|||||||
% Der Zug wird danach automatisch beendet
|
% Der Zug wird danach automatisch beendet
|
||||||
einheit_action(Xold, Yold, Xnew, Ynew) :-
|
einheit_action(Xold, Yold, Xnew, Ynew) :-
|
||||||
( % Bewege Einheit oder greife damit an, falls möglich
|
( % Bewege Einheit oder greife damit an, falls möglich
|
||||||
einheit_move(Xold, Yold, Xnew, Ynew),
|
einheit_move(Yold, Xold, Ynew, Xnew),
|
||||||
!;
|
!;
|
||||||
einheit_attack(Xold, Yold, Xnew, Ynew)
|
einheit_attack(Yold, Xold, Ynew, Xnew)
|
||||||
),
|
),
|
||||||
|
|
||||||
(
|
(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user