From 30ba84ca56f63d9822afbb0510b379ea4c871bb3 Mon Sep 17 00:00:00 2001 From: Dheeraj Dake Date: Sat, 11 Apr 2015 15:16:32 -0700 Subject: [PATCH] New female and male names added! Female = Anabel, Paulark Male = Eugen, Toremon --- app/lib/world/names.coffee | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/lib/world/names.coffee b/app/lib/world/names.coffee index ca46eacc7..fca3ffd93 100644 --- a/app/lib/world/names.coffee +++ b/app/lib/world/names.coffee @@ -1,6 +1,7 @@ module.exports.thangNames = thangNames = 'Ogre Munchkin F': [ # Female + 'Anabel' 'Dosha' 'Gurzunn' 'Hoot' @@ -8,6 +9,7 @@ module.exports.thangNames = thangNames = 'Iyert' 'Lacos' 'Palt' + 'Paulark' 'Pripp' 'Shmeal' 'Upfish' @@ -19,9 +21,11 @@ module.exports.thangNames = thangNames = 'Brack' 'Dobo' 'Draff' + 'Eugen' 'Gert' 'Godel' 'Goreball' + 'Toremon' 'Gort' 'Kog' 'Kogpole'