]>
git.r.bdr.sh - rbdr/corona-regeln/blob - lib/rules/mask.js
7d6bba2ba995902f6e71054e5f39a195f7e75ef5
34 'when nobody is looking',
42 module
.exports
= () => {
44 const mask
= internals
.masks
[Math
.floor(Math
.random() * internals
.masks
.length
)];
45 const condition
= internals
.conditions
[Math
.floor(Math
.random() * internals
.conditions
.length
)];
49 text: `${mask} masks must be worn ${condition}`