From 4e6013f6fd1456c10c3cd7f2da97b6563b0780cd Mon Sep 17 00:00:00 2001 From: klorpa <klorpa@yahoo.com> Date: Thu, 29 Mar 2018 00:19:45 -0400 Subject: [PATCH] Update eliteTakeOverResult.tw --- src/pregmod/eliteTakeOverResult.tw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pregmod/eliteTakeOverResult.tw b/src/pregmod/eliteTakeOverResult.tw index a6f228c3227..ba5f2272602 100644 --- a/src/pregmod/eliteTakeOverResult.tw +++ b/src/pregmod/eliteTakeOverResult.tw @@ -17,7 +17,7 @@ <<if random(0,100) > 50>> An elite bites down on a cyanide pill hidden in a false tooth and <<if random(0,100) > 75>> - takes the cowards way out (how predictable), frothing at the mouth. + takes the coward's way out (how predictable), frothing at the mouth. <<set $eliteDead += 1>> <<else>> experiences great pain but unfortunately (for them at least) survives. @@ -36,7 +36,7 @@ <<if random(0,100) > 50>> An elite bites down on a cyanide pill hidden in a false tooth and <<if random(0,100) > 75>> - takes the cowards way out (how predictable), frothing at the mouth. + takes the coward's way out (how predictable), frothing at the mouth. <<set $eliteDead += 1>> <<else>> experiences great pain but unfortunately (for them at least) survives. -- GitLab