This commit is contained in:
xxsoca 2023-05-22 15:31:21 +02:00
parent 3a65e46751
commit 4ee16dcf06

View File

@ -1 +1,17 @@
% hier kommt der ganze logik bums hin % hier kommt der ganze logik bums hin
% globalen Turncounter
player_turn(Player) :-
% calculate action points
calc_action_points(Player, Turncounter)
% further logic
% save remaining ap
save_action_points(Player)