switch cybermod count assignments
This commit is contained in:
parent
f45973b914
commit
b7d7881a11
4
app.py
4
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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user