Bump anti-troll tags limit Closes #4763
| @@ -725,7 +725,7 @@ function getExistingTags(newTags) { | |||
| 725 | } | 725 | } |
| 726 | 726 | ||
| 727 | const IMPORT_EXLCUDED_TAGS = ['ROOT', 'TAVERN']; | 727 | const IMPORT_EXLCUDED_TAGS = ['ROOT', 'TAVERN']; |
| 728 | const ANTI_TROLL_MAX_TAGS = 15; | 728 | const ANTI_TROLL_MAX_TAGS = 50; |
| 729 | 729 | ||
| 730 | /** | 730 | /** |
| 731 | * Imports tags for a given character | 731 | * Imports tags for a given character |