Skip to content

Commit

Permalink
There are raptors behind you.
Browse files Browse the repository at this point in the history
  • Loading branch information
chromakode committed Apr 1, 2010
1 parent 5e8e7a9 commit 0f84575
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xkcd_cli.js
Expand Up @@ -406,7 +406,8 @@ TerminalShell.commands['locate'] = function(terminal, what) {
'ninja': 'Ninja can not be found!',
'keys': 'Have you checked your coat pocket?',
'joke': 'Joke found on user.',
'problem': 'Problem exists between keyboard and chair.'
'problem': 'Problem exists between keyboard and chair.',
'raptor': 'BEHIND YOU!!!'
};
if (!oneLiner(terminal, what, keywords)) {
terminal.print('Locate what?');
Expand Down

0 comments on commit 0f84575

Please sign in to comment.