diff --git a/app.py b/app.py index e545195..50ff080 100644 --- a/app.py +++ b/app.py @@ -283,8 +283,8 @@ def roll_cybermods(): cybermods_table = {} cybermods_count = roll_dices(1, 4, False)["result"] - phys_cnt = split_number(cybermods_count)[0] - ment_cnt = split_number(cybermods_count)[1] + phys_cnt = split_number(cybermods_count)[1] # This ends up being the higher of the two numbers + ment_cnt = split_number(cybermods_count)[0] cybermods_table['count'] = {'mental': ment_cnt, 'physical': phys_cnt} mental_cybermods_scores = []