diff --git a/app/lib/world/names.coffee b/app/lib/world/names.coffee index c02f8a8ba..7f8772439 100644 --- a/app/lib/world/names.coffee +++ b/app/lib/world/names.coffee @@ -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' - ] \ No newline at end of file + ]