mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Merge pull request #2066 from GeetikaBatra/patch-1
Added soldiers,librarian and ninja
This commit is contained in:
commit
c1d9a5ae13
1 changed files with 6 additions and 1 deletions
|
@ -52,6 +52,8 @@ module.exports.thangNames = thangNames =
|
|||
'Bond'
|
||||
'Philippian'
|
||||
'Malcolm'
|
||||
'Orion'
|
||||
'Gatsby'
|
||||
]
|
||||
'Soldier F': [
|
||||
'Sarah'
|
||||
|
@ -367,6 +369,7 @@ module.exports.thangNames = thangNames =
|
|||
'Agnes'
|
||||
'Agathe'
|
||||
'Satish'
|
||||
'Mariam'
|
||||
]
|
||||
'Equestrian': [
|
||||
'Reynaldo'
|
||||
|
@ -390,6 +393,7 @@ module.exports.thangNames = thangNames =
|
|||
'Alphonse'
|
||||
'Edward'
|
||||
'Shug'
|
||||
|
||||
]
|
||||
'Captain': [
|
||||
'Anya'
|
||||
|
@ -412,6 +416,7 @@ module.exports.thangNames = thangNames =
|
|||
'Naruto'
|
||||
'Sasuke'
|
||||
'Minato'
|
||||
'Sakura'
|
||||
]
|
||||
'Sorcerer': [
|
||||
'Pender'
|
||||
|
@ -436,4 +441,4 @@ module.exports.thangNames = thangNames =
|
|||
'Ogre Scout F': [
|
||||
'Freesa'
|
||||
'Ralthora'
|
||||
]
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue