From 8448061f7bbced6058fa0b085313270a8173df3e Mon Sep 17 00:00:00 2001 From: Corey Prak Date: Tue, 10 Jun 2014 12:52:06 -0400 Subject: [PATCH] Added more names for #53 --- app/lib/world/names.coffee | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/lib/world/names.coffee b/app/lib/world/names.coffee index 6a01730e5..f8bb3a6b3 100644 --- a/app/lib/world/names.coffee +++ b/app/lib/world/names.coffee @@ -1,5 +1,6 @@ module.exports.thangNames = thangNames = "Soldier M": [ + "Duke" "William" "Lucas" "Marcus" @@ -66,6 +67,7 @@ module.exports.thangNames = thangNames = "Coco" "Buffy" "Allankrita" + "Kay" ] "Peasant M": [ "Yorik" @@ -355,6 +357,8 @@ module.exports.thangNames = thangNames = "Hank" "Jeph" "Neville" + "Alphonse" + "Edward" ] "Captain": [ "Anya" @@ -367,4 +371,5 @@ module.exports.thangNames = thangNames = "Jane" "Lia" "Hardcastle" + "Leona" ]