From d823d5737bd5030c39c95434d49526ae53dd59f8 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 4 May 2014 20:01:10 -0400 Subject: [PATCH] names are now in names.txt --- horseshoes/horseshoes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horseshoes/horseshoes b/horseshoes/horseshoes index 52a3281..d9dccd3 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" "Anaya" "Andrew" "Anthony" "Billy" "Burt" "Cayden" "Dorothy" "Draken" "Dave" "Ember" "Faye" "Jeremy" "Kendell" "Kyle" "Labesia" "Storm" "Terence" "Tux" "Tyler") +local cpuName=$(shuf -n 1 names.txt) if [ "${player[1]^}" != "${cpuName^}" ] ; then local continue="true" fi