]>
git.r.bdr.sh - rbdr/corona-regeln/blob - lib/rules/mask.js
1e8295944bf8d807eaa963881faaab2749a5cf5a
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}`