From b4f5fd9b13d439b74d1597ea368fb268bda9fc0b Mon Sep 17 00:00:00 2001 From: ztimson Date: Sat, 31 Aug 2019 16:38:37 -0400 Subject: [PATCH] Updated name list --- src/app/nounes.ts | 69 +++++++++++++---------------------------------- 1 file changed, 19 insertions(+), 50 deletions(-) diff --git a/src/app/nounes.ts b/src/app/nounes.ts index 37924a4..dcb923e 100644 --- a/src/app/nounes.ts +++ b/src/app/nounes.ts @@ -1,52 +1,21 @@ export const Nouns = [ - 'area', - 'book', - 'business', - 'case', - 'child', - 'company', - 'country', - 'day', - 'eye', - 'fact', - 'family', - 'government', - 'group', - 'hand', - 'home', - 'job', - 'life', - 'lot', - 'man', - 'money', - 'month', - 'mother', - 'Mr', - 'night', - 'number', - 'part', - 'people', - 'place', - 'point', - 'problem', - 'program', - 'question', - 'right', - 'room', - 'school', - 'state', - 'story', - 'student', - 'study', - 'system', - 'thing', - 'time', - 'water', - 'way', - 'week', - 'woman', - 'word', - 'work', - 'world', - 'year', + 'puma', + 'otter', + 'chimpanzee', + 'crab', + 'elephant', + 'lizard', + 'lemur', + 'ram', + 'mandrill', + 'raccoon', + 'crocodile', + 'hedgehog', + 'hippopotamus', + 'badger', + 'iguana', + 'camel', + 'frog', + 'cougar', + 'ferret' ];