From dec5cd97b2d5e76a76a214a2f894419752ce3c54 Mon Sep 17 00:00:00 2001 From: "Mr. Stallion" Date: Mon, 6 Sep 2021 20:01:16 -0500 Subject: [PATCH] More shark fixes --- learn/matcher-types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/learn/matcher-types.ts b/learn/matcher-types.ts index 1a3aecb..858e27e 100644 --- a/learn/matcher-types.ts +++ b/learn/matcher-types.ts @@ -448,8 +448,8 @@ export const speciesMapping: SpeciesMap = { [Species.Erinaceidae]: ['hedgehog', 'gymnure', 'moonrat'], [Species.Elephantidae]: ['elephant', 'mammoth', 'mastodon', 'pachyderm', 'tusker'], - [Species.Fish]: ['shark', 'great white', 'sergal', 'fish', 'aquatic', 'melanopterus', 'carcharhinus', '.*fish', '.*shark', - gen('(shark|fish)'), 'tiger ?shark' + [Species.Fish]: ['shark', 'great white', 'sergal', 'fish', 'salmon', 'eel', 'aquatic', 'melanopterus', 'carcharhinus', '.*fish', '.*shark', + gen('(shark|fish)'), '(angel|tiger|bull|whale|white|leopard|crocodile|goblin|zebra) ?shark', 'mako' ], [Species.Giraffe]: ['giraffe', '🦒', 'kirinmimi', 'okapi', '[gk]ira(ff|hv)[ei]?'],