Fatigue pour daltoniens
This commit is contained in:
parent
4dc7d1b278
commit
d52b13e828
@ -544,7 +544,7 @@ export class RdDUtility {
|
||||
for (let col = 0; col < 5; col++) {
|
||||
if (col < freeSize) {
|
||||
if (fatigueCount < fatigue)
|
||||
row.append("<td class='fatigue-used'/>");
|
||||
row.append("<td class='fatigue-used'>X</td>");
|
||||
|
||||
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user