mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
Merge branch 'master' of https://github.com/codecombat/codecombat
This commit is contained in:
commit
d62f04cf88
1 changed files with 35 additions and 2 deletions
|
@ -29,8 +29,6 @@ module.exports.thangNames = thangNames =
|
|||
"Phineas"
|
||||
"Ferb"
|
||||
"Felix"
|
||||
"Arthur"
|
||||
"Galahad"
|
||||
"Ezra"
|
||||
"Lucian"
|
||||
"Augustus"
|
||||
|
@ -174,6 +172,7 @@ module.exports.thangNames = thangNames =
|
|||
"Snortt"
|
||||
"Kog"
|
||||
"Ursa"
|
||||
"Ragtime"
|
||||
]
|
||||
"Ogre Munchkin F": [
|
||||
"Iyert"
|
||||
|
@ -184,6 +183,7 @@ module.exports.thangNames = thangNames =
|
|||
"Dosha"
|
||||
"Inski"
|
||||
"Lacos"
|
||||
"Upfish"
|
||||
]
|
||||
"Ogre M": [
|
||||
"Krogg"
|
||||
|
@ -202,6 +202,7 @@ module.exports.thangNames = thangNames =
|
|||
"Mokrul"
|
||||
"Polifemo"
|
||||
"Muthyala"
|
||||
"Saltporker"
|
||||
]
|
||||
"Ogre F": [
|
||||
"Nareng"
|
||||
|
@ -231,6 +232,8 @@ module.exports.thangNames = thangNames =
|
|||
"Tuguro"
|
||||
"York"
|
||||
"Ork'han"
|
||||
"Roast Beefy"
|
||||
"Haggar"
|
||||
]
|
||||
"Ogre Fangrider": [
|
||||
"Dreek"
|
||||
|
@ -272,6 +275,7 @@ module.exports.thangNames = thangNames =
|
|||
"Gogg"
|
||||
"Ghuk"
|
||||
"Makas"
|
||||
"Drun"
|
||||
]
|
||||
"Ogre Thrower": [
|
||||
"Kyrgg"
|
||||
|
@ -293,10 +297,12 @@ module.exports.thangNames = thangNames =
|
|||
"Burl": [
|
||||
"Borlit"
|
||||
"Burlosh"
|
||||
"Dorf"
|
||||
]
|
||||
"Griffin Rider": [
|
||||
"Aeoldan"
|
||||
"Bestarius"
|
||||
|
||||
]
|
||||
"Potion Master": [
|
||||
"Snake"
|
||||
|
@ -305,6 +311,7 @@ module.exports.thangNames = thangNames =
|
|||
"Arora"
|
||||
"Curie"
|
||||
"Clause"
|
||||
"Vanders"
|
||||
]
|
||||
"Librarian": [
|
||||
"Hushbaum"
|
||||
|
@ -318,4 +325,30 @@ module.exports.thangNames = thangNames =
|
|||
"Ryder"
|
||||
"Thoron"
|
||||
"Mirial"
|
||||
"Neely"
|
||||
]
|
||||
"Knight": [
|
||||
"Tharin"
|
||||
"Arthur"
|
||||
"Galahad"
|
||||
"Mace"
|
||||
"Drake"
|
||||
"Duran"
|
||||
"Almeric"
|
||||
"Hunfray"
|
||||
"Hank"
|
||||
"Jeph"
|
||||
"Neville"
|
||||
]
|
||||
"Captain": [
|
||||
"Anya"
|
||||
"Brigette"
|
||||
"Sarre"
|
||||
"Katana"
|
||||
"Lily"
|
||||
"Isa"
|
||||
"Dimia"
|
||||
"Jane"
|
||||
"Lia"
|
||||
"Hardcastle"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue