Skip to content

Commit

Permalink
Add more serial easter eggs #24
Browse files Browse the repository at this point in the history
Merge pull request #24 from nibley/console_easter_eggs
  • Loading branch information
AdmiralPotato authored Aug 4, 2024
2 parents 8ef99c3 + 4025f27 commit 6e27f5f
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ include!("header.mgs")
register-eastereggs {
register plover -> command-plover;
register xyzzy -> command-xyzzy;
register plugh -> command-plugh;
register fum -> command-fum;
hide command plover;
hide command xyzzy;
hide command plugh;
hide command fum;
}

// COMMAND
Expand Down Expand Up @@ -53,3 +57,17 @@ command-xyzzy {
"You hex a decimal. It looks surprised."
}
}

command-plugh {
show serial dialog spacer;
show serial dialog {
"Bless you."
}
}

command-fum {
show serial dialog spacer;
show serial dialog {
"While I've never actually made a mistake, there have been a few, let's call 'em \"stnanks,\" that could be worthy of a do-over."
}
}

0 comments on commit 6e27f5f

Please sign in to comment.