X-Y-Switch korrigiert

This commit is contained in:
Maximilian Wagner 2023-06-23 14:36:22 +02:00
parent 8d3e099a36
commit e83cf365c4

View File

@ -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)
), ),
( (