Compare commits

...

2 Commits

View File

@ -74,4 +74,4 @@ def tzeentch_scemes(system_id, winner_score, looser_score):
bonus = int(((max_score*(winner_score-looser_score)))/(max_score*1.1)) #Multiplikatiionsfaktor für die Berechnung.
return bonus
return 0