From 056eec6025ba7489b4df571fd85bca73b22d7cfc Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 5 Sep 2016 10:40:39 -0400 Subject: [PATCH] Fixed a buggy bug bug. --- modules/hns/hns.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hns/hns.sh b/modules/hns/hns.sh index 1dd7f26..f91620a 100755 --- a/modules/hns/hns.sh +++ b/modules/hns/hns.sh @@ -31,5 +31,5 @@ elif [[ "$player" = "HACKER" && "$cpu" != "SHOTGUN" ]]; then elif [[ "$player" = "NUKE" && "$cpu" != "HACKER" ]]; then msg "$2" "$1: Never bring a $cpu to a fight with ${player}s! You blew my ass up! You win!" else - msg "$2" "$1: your $player splattered my ${player}'s head all over the wall! Eww gross, look at the brain goo... You win!" + msg "$2" "$1: your $player splattered my ${cpu}'s head all over the wall! Eww gross, look at the brain goo... You win!" fi