Fixed a buggy bug bug.

This commit is contained in:
Storm Dragon 2016-09-05 10:40:39 -04:00
parent 7a9f6a853f
commit 056eec6025
1 changed files with 1 additions and 1 deletions

View File

@ -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