mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Merge pull request #112 from rhc2104/more-names
Add more peasant names, and soldiers cannot be both Will and William
This commit is contained in:
commit
5d18e92c31
1 changed files with 4 additions and 1 deletions
|
@ -21,7 +21,6 @@ module.exports.thangNames = thangNames =
|
|||
"Thelonious"
|
||||
"Miles"
|
||||
"Bill"
|
||||
"Will"
|
||||
"Kumar"
|
||||
"Ricardo"
|
||||
"Maxwell"
|
||||
|
@ -72,6 +71,10 @@ module.exports.thangNames = thangNames =
|
|||
"Yusef"
|
||||
"Hingle"
|
||||
"Azgot"
|
||||
"Piers"
|
||||
"Carlton"
|
||||
"Giselle"
|
||||
"Bernadette"
|
||||
]
|
||||
"Archer": [
|
||||
"Phoebe"
|
||||
|
|
Loading…
Reference in a new issue