Fatigue pour daltoniens

This commit is contained in:
Vincent Vandemeulebrouck 2020-12-11 19:14:24 +01:00
parent 4dc7d1b278
commit d52b13e828

View File

@ -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