Skip to content

Commit

Permalink
Add serial easter eggs #23
Browse files Browse the repository at this point in the history
Add serial easter eggs
  • Loading branch information
alamedyang authored Aug 4, 2024
2 parents 965a679 + 8281e18 commit aceacc4
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
1 change: 1 addition & 0 deletions SD_Card/MAGE/scenario_source_files/mgs/ch2/ch2-common.mgs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ ch2-map-init-serial {
copy register-rtfm;
copy register-inventory;
copy register-manual;
copy register-eastereggs;
register alias h = help;
register alias l = look;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
include!("header.mgs")

// REGISTER

register-eastereggs {
register plover -> command-plover;
register xyzzy -> command-xyzzy;
hide command plover;
hide command xyzzy;
}

// COMMAND

command-plover {
show serial dialog spacer;
show serial dialog {
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
"~~~~~~~~~~~~~~~~~~~~~~~~~^^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
"~~~~~~~~~~~~~~~~~~~~~~~^~?G#&#BGPY?!~~~~~~~~~~~~~~~~~~~~~~~~"
"~~~~~~~~~~~~~~~~~~~~~~~?#@@@@@@#GPGG5?~^~~~~~~~~~~~~~~~~~~~~"
"~~~~~~~~~~~~~~~~~~~~~~7&@&&@@&&G5Y55GGP?~~~~~~~~~~~~~~~~~~~~"
"~~~~~~~~~~~~~~~~~~~~~~?G555PPGJ:7GPGGBB#Y!~~~~~~~~~~~~~~~~~~"
"~~~~~~~~~~~~~~~~~~~~~~~!Y?!!5#GP###BB##BBG!~~~~~~~~~~~~~~~~~"
"~~~~~~~~~~~~~~~~~~~~~~^?GPGB@@&G5Y77#B#PPB57~~~~~~~~~~~~~~~~"
"~~~~~~~~~~~~~~~~~~~~~~~JB55#@@@G^..!&#@BP&BP57~~~~~~~~~~~~~~"
"~~~~~~~~~~~~~~~~~~~~~~~!B5YB##&&BPP#@@&?~&@&GPJ~~~~~~~~~~~~~"
"~~~~~~~~~~~~~~~~~~~~~~~~75PPG5!P#&P~B#~:~&&&5YPY!~~~~~~~~~~~"
"~~~~~~~~~~~~~~~~~~~~~~~~~7PJYYYPPY5B5!!P&#BBGGPPP7~~~~~~~~~~"
"~~~~~~~~~~~~~~~~~~~~~~~~~!YJ????JJ5PGG#BPP55GGBJGP5~~~~~~~~~"
"~~~~~~~~~~~~~~~~~~~~~~~~~???7?JJYY5YYY5YYJJY5P5P5YP5~~~~~~~~"
"~~~~~~~~~~~~~~~~~~~~~~~~~J77?Y5Y555YJYJYYYYY55YJJJ5PJ^~~~~~~"
"~~~~~~~~~~~~~~~~~~~~~~~~~J77?JJJYYYYYYYY5YYYJYYJ?5?P5~~~~~~~"
"~~~~~~~~~~~~~~~~~~~~~~~~~!!77777?JYYYY5555YY5YYY?PB5P!~~~~~~"
"^^~~~~~~~~~~~~~~~~~~~~~~~J!~!!!7?JJJJJYYYYYYYYYJ??BYP~~~~~~~"
"J?7!~~~~~~~~~~~~~~~~~~~~~7~^~!!77??????7?JJJYY5YJ~^?B!~~~~~~"
"5PPPPY?!~~~~~~~~~~~~~~~~~~?~^~!!777!!!!77?JJYJYJ?^.:7J~~~~~~"
"7?JJY5PP5Y?!~~~~~~~~~~~~~~^^.~~!!!!!!!!!777?J?JJ~?^:^~~~~~~~"
"~!!!77?JY5PP5Y?7~~~~~~~~~~~^^7~~~~~~~!!!!!777~?~P?7G!~~~~~~~"
"~~~~~~!!77?JY55PP5Y?7~~~~~~~^7~~~~~~~!!!~!!!~!^^~7~5Y~~~~~~~"
"~~~~~~~~~~~!!77?JJ55PP5Y?J577?7^^^~~~~~~~~!7~~~!J5!^~~~~!!~~"
"~~~~~~~~~~~~~~~~!!77?JY5YJ?YY??^::::^^:^~~~!??JYYY^^~!7?J7~~"
"~~~~~~~~~~~~~~~~~~~~~!!!!^^JY5PPP5Y?7!~^:^~JY?Y7Y7.^~7?7~!~~"
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~!!7??JY55PP5J7JYY5!:Y7 ^~~~~~~~~"
" "
" no you plover"
}
}

command-xyzzy {
show serial dialog spacer;
show serial dialog {
"You hex a decimal. It looks surprised."
}
}

0 comments on commit aceacc4

Please sign in to comment.