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