mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-24 11:50:58 -04:00
New female and male names added!
Female = Anabel, Paulark Male = Eugen, Toremon
This commit is contained in:
parent
4669d4cb0a
commit
30ba84ca56
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
module.exports.thangNames = thangNames =
|
module.exports.thangNames = thangNames =
|
||||||
'Ogre Munchkin F': [
|
'Ogre Munchkin F': [
|
||||||
# Female
|
# Female
|
||||||
|
'Anabel'
|
||||||
'Dosha'
|
'Dosha'
|
||||||
'Gurzunn'
|
'Gurzunn'
|
||||||
'Hoot'
|
'Hoot'
|
||||||
|
@ -8,6 +9,7 @@ module.exports.thangNames = thangNames =
|
||||||
'Iyert'
|
'Iyert'
|
||||||
'Lacos'
|
'Lacos'
|
||||||
'Palt'
|
'Palt'
|
||||||
|
'Paulark'
|
||||||
'Pripp'
|
'Pripp'
|
||||||
'Shmeal'
|
'Shmeal'
|
||||||
'Upfish'
|
'Upfish'
|
||||||
|
@ -19,9 +21,11 @@ module.exports.thangNames = thangNames =
|
||||||
'Brack'
|
'Brack'
|
||||||
'Dobo'
|
'Dobo'
|
||||||
'Draff'
|
'Draff'
|
||||||
|
'Eugen'
|
||||||
'Gert'
|
'Gert'
|
||||||
'Godel'
|
'Godel'
|
||||||
'Goreball'
|
'Goreball'
|
||||||
|
'Toremon'
|
||||||
'Gort'
|
'Gort'
|
||||||
'Kog'
|
'Kog'
|
||||||
'Kogpole'
|
'Kogpole'
|
||||||
|
|
Loading…
Add table
Reference in a new issue