This commit is contained in:
Ghommie
2020-05-12 20:06:59 +02:00
557 changed files with 283936 additions and 4436 deletions
@@ -86,7 +86,9 @@ export const LanguageMenu = props => {
{' '}
Key: ,{language.key}
{' '}
{!!language.shadow && '(gained from mob)'}
{language.can_understand
? 'Can understand.'
: 'Cannot understand.'}
{' '}
{language.can_speak ? 'Can speak.' : 'Cannot speak.' }
</LabeledList.Item>
File diff suppressed because one or more lines are too long