From 2f67051c045ed026d949d8578235b4f5a7fa4af5 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 22 Jun 2014 21:06:06 -0400 Subject: Small changes --- strings.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'strings.h') 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" }; -- cgit v1.1