Skip to content
Snippets Groups Projects
Commit 154b4169 authored by klorpa's avatar klorpa
Browse files

Merge branch 'pregmod-master' of https://gitgud.io/klorpa/fc-pregmod into pregmod-master

asasasasas#
parents 77dbc46a e2793068
No related branches found
No related tags found
2 merge requests!2047RA rework,!1680Small Fixes and Additions
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment