mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 04:08:54 +00:00
remove words related to alcohol
This is because they're causing problems in housework guilds (alcohol is used for cleaning) and since it's coming up to Christmas a lot of guilds are starting to have permissible conversations about drinks, rum balls, etc. We might put these back after Christmas but make specific exceptions for the housework guilds. When a more advanced word blocker is introduced, we'll be able to ban alcohol words only in the Tavern. For irony.
This commit is contained in:
parent
53c83c585a
commit
fef3d09f2d
1 changed files with 0 additions and 14 deletions
|
|
@ -150,20 +150,6 @@ let bannedWords = [
|
|||
'masturbating',
|
||||
'masturbation',
|
||||
|
||||
'alcohol',
|
||||
'beer',
|
||||
'beers',
|
||||
'champagne',
|
||||
'rum',
|
||||
'brandy',
|
||||
'whisky',
|
||||
'whiskey',
|
||||
'lager',
|
||||
'gin',
|
||||
'wine',
|
||||
'wines',
|
||||
'liquor',
|
||||
'liquors',
|
||||
'heroin',
|
||||
'cocaine',
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue