From 7230f96daa21c044fbf64dfbae3ac23931bd3d64 Mon Sep 17 00:00:00 2001 From: Nick Winter <livelily@gmail.com> Date: Mon, 12 Jan 2015 10:49:55 -0800 Subject: [PATCH] Fixed syntax errors on names.coffee from #2089. --- app/lib/world/names.coffee | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/lib/world/names.coffee b/app/lib/world/names.coffee index 43595fc8b..24deb2298 100644 --- a/app/lib/world/names.coffee +++ b/app/lib/world/names.coffee @@ -124,7 +124,7 @@ module.exports.thangNames = thangNames = 'Regan' 'Rose' 'Tabitha' - 'Thea' + 'Thea' ] 'Archer F': [ 'Agapi' @@ -257,7 +257,7 @@ module.exports.thangNames = thangNames = 'Holkam' 'Mak\'rah' 'Marghurk' - 'Marnag + 'Marnag' 'Martha' 'Morthrug' 'Nareng' @@ -414,12 +414,12 @@ module.exports.thangNames = thangNames = 'Minato' 'Naruto' 'Sakura' - 'Sasuke' + 'Sasuke' ] 'Sorcerer': [ 'Beazer' 'Gandalf' - 'Pender' + 'Pender' ] 'Samurai': [ 'Hattori' @@ -439,4 +439,4 @@ module.exports.thangNames = thangNames = 'Ogre Scout F': [ 'Freesa' 'Ralthora' - \ No newline at end of file + ]