7 lines
184 B
Python
7 lines
184 B
Python
def break_tie(players, current_campaign, war):
|
|
"""
|
|
Placeholder:
|
|
- future implementation will check
|
|
previous campaigns and influence tokens
|
|
"""
|
|
return players
|