add missing counts to cybermods table
This commit is contained in:
parent
1e862d3b61
commit
f45973b914
1
app.py
1
app.py
@ -285,6 +285,7 @@ def roll_cybermods():
|
||||
cybermods_count = roll_dices(1, 4, False)["result"]
|
||||
phys_cnt = split_number(cybermods_count)[0]
|
||||
ment_cnt = split_number(cybermods_count)[1]
|
||||
cybermods_table['count'] = {'mental': ment_cnt, 'physical': phys_cnt}
|
||||
|
||||
mental_cybermods_scores = []
|
||||
physical_cybermods_scores = []
|
||||
|
Loading…
Reference in New Issue
Block a user