mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05: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 =
|
||||
'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'
|
||||
|
|
Loading…
Reference in a new issue