aboutsummaryrefslogtreecommitdiff
path: root/strings.h
diff options
context:
space:
mode:
authorFranklin Wei <franklin@fwei.tk>2014-06-22 21:06:06 -0400
committerFranklin Wei <franklin@fwei.tk>2014-06-22 21:06:06 -0400
commit2f67051c045ed026d949d8578235b4f5a7fa4af5 (patch)
tree94f8b0822609ff8cdee212652f3c0dbccefdc48c /strings.h
parent6992c1f5cde1b74f8f6d50a54a5ac8b7fd09fbaf (diff)
downloadwargames-server-2f67051c045ed026d949d8578235b4f5a7fa4af5.zip
wargames-server-2f67051c045ed026d949d8578235b4f5a7fa4af5.tar.gz
wargames-server-2f67051c045ed026d949d8578235b4f5a7fa4af5.tar.bz2
wargames-server-2f67051c045ed026d949d8578235b4f5a7fa4af5.tar.xz
Small changes
Diffstat (limited to 'strings.h')
-rw-r--r--strings.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/strings.h b/strings.h
index de4b5ee..e2fa7b2 100644
--- a/strings.h
+++ b/strings.h
@@ -8,7 +8,8 @@ const char* stage2_triggers[] = {
"sometimes people make mistakes",
"mistakes are make by people sometimes",
"people make mistakes sometimes",
- "people make mistakes"
+ "people make mistakes",
+ "people sometimes make mistak" /* this is no typo. in the movie, at one scene, it appears like this */
};
const char* stage3_triggers[] = {
"love to how about global thermonuclear war",
@@ -19,6 +20,8 @@ const char* stage3_triggers[] = {
const char* stage4_triggers[] = {
"no lets play global thermonuclear war",
"no lets play global thermonuclear war instead",
+ "later lets play global thermonuclear war",
+ "later lets play global thermonuclear war instead",
"lets play global thermonuclear war",
"global thermonuclear war is better"
};