diff options
Diffstat (limited to 'strings.h')
| -rw-r--r-- | strings.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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" }; |