From 16c69d005cb73437a24a9d78a4c700210a7ed886 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 4 May 2014 19:32:36 -0400 Subject: [PATCH] More names for CPU. Thanks Kyle. --- horseshoes/horseshoes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horseshoes/horseshoes b/horseshoes/horseshoes index 761be2b..52a3281 100755 --- a/horseshoes/horseshoes +++ b/horseshoes/horseshoes @@ -26,7 +26,7 @@ get_cpu_name() local getCpuNameVariable=$1 local continue="false" while [ "$continue" == "false" ] ; do -local cpuName=$(shuf -n 1 -e "Alicia" "Alonzo" "Anthony" "Billy" "Burt" "Cayden" "Dorothy" "Draken" "Dave" "Ember" "Jeremy" "Kendell" "Kyle" "Storm" "Tux") +local cpuName=$(shuf -n 1 -e "Alicia" "Alonzo" "Anaya" "Andrew" "Anthony" "Billy" "Burt" "Cayden" "Dorothy" "Draken" "Dave" "Ember" "Faye" "Jeremy" "Kendell" "Kyle" "Labesia" "Storm" "Terence" "Tux" "Tyler") if [ "${player[1]^}" != "${cpuName^}" ] ; then local continue="true" fi