Skip to content

Commit

Permalink
Merge pull request #33917 from Night-Pryanik/hws_messages_jsonify
Browse files Browse the repository at this point in the history
Jsonified hazardous waste sarcophagus computer messages
  • Loading branch information
ZhilkinSerg authored Sep 10, 2019
2 parents 7eab217 + f953357 commit b766ba4
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 147 deletions.
65 changes: 65 additions & 0 deletions data/json/snippets/hazardous_waste_sarcophagus.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
[
{
"type": "snippet",
"category": "sr1_mess",
"text": [
"\nSubj: Security Reminder\nTo: all SRCF staff\nFrom: Constantine Dvorak, Undersecretary of Nuclear Security\n\n I want to remind everyone on staff: do not open or examine containers above your security-clearance. If you have some question about safety protocols or shipping procedures, please contact your SRCF administrator or on-site military officer. When in doubt, assume all containers are Class-A Biohazards and highly toxic. Take full precautions!"
]
},
{
"type": "snippet",
"category": "sr2_mess",
"text": [
"\nSubj: Security Reminder\nTo: all SRCF staff\nFrom: Constantine Dvorak, Undersecretary of Nuclear Security\n\n From today onward medical wastes are not to be stored anywhere near radioactive materials. All containers are to be re-arranged according to these new regulations. If your facility currently has these containers stored in close proximity, you are to work with armed guards on duty at all times. Report any unusual activity to your SRCF administrator at once."
]
},
{
"type": "snippet",
"category": "sr3_mess",
"text": [
"\nSubj: Security Reminder\nTo: all SRCF staff\nFrom: Constantine Dvorak, Undersecretary of Nuclear Security\n\n Worker health and safety is our number one concern! As such, we are instituting weekly health examinations for all SRCF employees. Report any unusual symptoms or physical changes to your SRCF administrator at once."
]
},
{
"type": "snippet",
"category": "sr4_mess",
"text": [
"\nSubj: Security Reminder\nTo: all SRCF staff\nFrom: Constantine Dvorak, Undersecretary of Nuclear Security\n\n All compromised facilities will remain under lock down until further notice. Anyone who has seen or come in direct contact with the creatures is to report to the home office for a full medical evaluation and security debriefing."
]
},
{
"type": "snippet",
"category": "scrf_1_mess",
"text": [
"Subj: EPA: Report All Potential Containment Breaches 3873643\nTo: all SRCF staff\nFrom: Robert Shane, Director of the EPA\n\n All hazardous waste dumps and sarcophagi must submit three samples from each operational leache system to the following addresses:\n\nCDC Bioterrorism Lab\nBuilding 10\nCorporate Square Boulevard\nAtlanta, GA 30329\n\nEPA Region 8 Laboratory\n16194 W. 45th Drive\nGolden, CO 80403\n\n These samples must be accurate and any attempts to cover incompetencies will result in charges of Federal Corruption and potentially Treason.\n\nDirector of the EPA,\n Robert Shane"
]
},
{
"type": "snippet",
"category": "scrf_2_1_mess",
"text": [
"Subj: SRCF: Internal Memo, EPA [2918024]\nTo: all SRCF admin staff\nFrom: Constantine Dvorak, Undersecretary of Nuclear Security\n\n Director Grimes has released a new series of accusations that will soon be investigated by a Congressional committee. Below is the message that he sent me.\n--------------------------------------------------------------\nSubj: Congressional Investigations\nTo: Constantine Dvorak, Undersecretary of Nuclear Safety\nFrom: Robert Shane, director of the EPA\n\n The EPA has opposed the Security-Restricted Containment Facility (SRCF) project from its inception. We were horrified that these facilities would be constructed so close to populated areas, and only agreed to sign-off on the project if we were allowed to freely examine and monitor the sarcophagi. But that has not happened. Since then, the DoE has employed any and all means to keep EPA agents from visiting the SRCFs, using military secrecy, emergency powers, and inter-departmental gag orders to surround the project with an impenetrable thicket of red tape."
]
},
{
"type": "snippet",
"category": "scrf_2_2_mess",
"text": [
"Although our agents have not been allowed inside, our atmospheric testers in nearby communities have detected high levels of toxins and radiation, and we've found dozens of potentially dangerous unidentified compounds in the ground water. We now have conclusive evidence that the SRCFs are a threat to the public safety. We are taking these data to state representatives and petitioning for a full Congressional inquiry. They should be able to force open your secret vaults, and the world will see what you've been hiding.\n\nIf you had any hand in this outbreak I hope you will rot in hell.\n\nDirector of the EPA,\n Robert Shane"
]
},
{
"type": "snippet",
"category": "scrf_3_mess",
"text": [
"Subj: CDC: Internal Memo, Standby [2918115]\nTo: all SRCF staff\nFrom: Ellen Grimes, Director of the CDC\n\n Your site along with many others has been found to be contaminated with what we will now refer to as [redacted]. It is vital that you standby for further orders. We are currently awaiting the President to decide our course of action in this national crisis. You will proceed with fail-safe procedures and rig the sarcophagus with C-4 as outlined in Publication 4423. We will send you orders to either detonate and seal the sarcophagus or remove the charges. It is of the utmost importance that the facility be sealed immediately when the orders are given. We have been alerted by Homeland Security that there are potential terrorist suspects that are being detained in connection with the recent national crisis.\n\nDirector of the CDC,\n Ellen Grimes"
]
},
{
"type": "snippet",
"category": "scrf_seal_order",
"text": [
"Subj: USARMY: SEAL SRCF [987167]\nTo: all SRCF staff\nFrom: Major General Cornelius, U.S. Army\n\n As a general warning to all civilian staff: the 10th Mountain Division has been assigned to oversee the sealing of the SRCF facilities. By direct order, all non-essential staff must vacate at the earliest possible opportunity to prevent potential contamination. Low yield tactical nuclear demolition charges will be deployed in the lower tunnels to ensure that recovery of hazardous material is impossible. The Army Corps of Engineers will then dump concrete over the rubble so that we can redeploy the 10th Mountain into the greater Boston area.\n\nCornelius,\nMajor General, U.S. Army\nCommander of the 10th Mountain Division"
]
}
]
156 changes: 9 additions & 147 deletions src/computer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -988,190 +988,52 @@ void computer::activate_function( computer_action action )

case COMPACT_SR1_MESS:
reset_terminal();
print_line( _( "\n"
" Subj: Security Reminder\n"
" To: all SRCF staff\n"
" From: Constantine Dvorak, Undersecretary of Nuclear Security\n"
" \n"
" I want to remind everyone on staff: Do not open or examine\n"
" containers above your security-clearance. If you have some\n"
" question about safety protocols or shipping procedures, please\n"
" contact your SRCF administrator or on-site military officer.\n"
" When in doubt, assume all containers are Class-A Biohazards\n"
" and highly toxic. Take full precautions!\n"
" \n" ) );
print_text( "%s", SNIPPET.get( SNIPPET.assign( "sr1_mess" ) ) );
query_any( _( "Press any key to continue..." ) );
break;

case COMPACT_SR2_MESS:
reset_terminal();
print_line( _( "\n"
" Subj: Security Reminder\n"
" To: all SRCF staff\n"
" From: Constantine Dvorak, Undersecretary of Nuclear Security\n"
" \n"
" From today onward medical wastes are not to be stored anywhere\n"
" near radioactive materials. All containers are to be\n"
" re-arranged according to these new regulations. If your\n"
" facility currently has these containers stored in close\n"
" proximity, you are to work with armed guards on duty at all\n"
" times. Report any unusual activity to your SRCF administrator\n"
" at once.\n"
" " ) );
print_text( "%s", SNIPPET.get( SNIPPET.assign( "sr2_mess" ) ) );
query_any( _( "Press any key to continue..." ) );
break;

case COMPACT_SR3_MESS:
reset_terminal();
print_line( _( "\n"
" Subj: Security Reminder\n"
" To: all SRCF staff\n"
" From: Constantine Dvorak, Undersecretary of Nuclear Security\n"
" \n"
" Worker health and safety is our number one concern! As such,\n"
" we are instituting weekly health examinations for all SRCF\n"
" employees. Report any unusual symptoms or physical changes\n"
" to your SRCF administrator at once.\n"
" " ) );
print_text( "%s", SNIPPET.get( SNIPPET.assign( "sr3_mess" ) ) );
query_any( _( "Press any key to continue..." ) );
break;

case COMPACT_SR4_MESS:
reset_terminal();
print_line( _( "\n"
" Subj: Security Reminder\n"
" To: all SRCF staff\n"
" From: Constantine Dvorak, Undersecretary of Nuclear Security\n"
" \n"
" All compromised facilities will remain under lock down until\n"
" further notice. Anyone who has seen or come in direct contact\n"
" with the creatures is to report to the home office for a full\n"
" medical evaluation and security debriefing.\n"
" " ) );
print_text( "%s", SNIPPET.get( SNIPPET.assign( "sr4_mess" ) ) );
query_any( _( "Press any key to continue..." ) );
break;

case COMPACT_SRCF_1_MESS:
reset_terminal();
print_line( _( "\n"
" Subj: EPA: Report All Potential Containment Breaches 3873643\n"
" To: all SRCF staff\n"
" From: Robert Shane, Director of the EPA\n"
" \n"
" All hazardous waste dumps and sarcophagi must submit three\n"
" samples from each operational leache system to the following\n"
" addresses:\n"
" \n"
" CDC Bioterrorism Lab \n"
" Building 10\n"
" Corporate Square Boulevard\n"
" Atlanta, GA 30329\n"
" \n"
" EPA Region 8 Laboratory\n"
" 16194 W. 45th Drive\n"
" Golden, Colorado 80403\n"
" \n"
" These samples must be accurate and any attempts to cover\n"
" incompetencies will result in charges of Federal Corruption\n"
" and potentially Treason.\n" ) );
query_any( _( "Press any key to continue..." ) );
reset_terminal();
print_line( _( "Director of the EPA,\n"
" Robert Shane\n"
" \n" ) );
print_text( "%s", SNIPPET.get( SNIPPET.assign( "scrf_1_mess" ) ) );
query_any( _( "Press any key to continue..." ) );
break;

case COMPACT_SRCF_2_MESS:
reset_terminal();
print_line( _( " Subj: SRCF: Internal Memo, EPA [2918024]\n"
" To: all SRCF admin staff\n"
" From: Constantine Dvorak, Undersecretary of Nuclear Security\n"
" \n"
" Director Grimes has released a new series of accusations that\n"
" will soon be investigated by a Congressional committee. Below\n"
" is the message that he sent me.\n"
" \n"
" --------------------------------------------------------------\n"
" Subj: Congressional Investigations\n"
" To: Constantine Dvorak, Undersecretary of Nuclear Safety\n"
" From: Robert Shane, director of the EPA\n"
" \n"
" The EPA has opposed the Security-Restricted Containment\n"
" Facility (SRCF) project from its inception. We were horrified\n"
" that these facilities would be constructed so close to populated\n"
" areas, and only agreed to sign-off on the project if we were\n"
" allowed to freely examine and monitor the sarcophagi. But that\n"
" has not happened. Since then, the DoE has employed any and all\n"
" means to keep EPA agents from visiting the SRCFs, using military\n"
" secrecy, emergency powers, and inter-departmental gag orders to\n" ) );
print_text( "%s", SNIPPET.get( SNIPPET.assign( "scrf_2_1_mess" ) ) );
query_any( _( "Press any key to continue..." ) );
reset_terminal();
print_line( _( " surround the project with an impenetrable thicket of red tape.\n"
" \n"
" Although our agents have not been allowed inside, our atmospheric\n"
" testers in nearby communities have detected high levels of toxins\n"
" and radiation, and we've found dozens of potentially dangerous\n"
" unidentified compounds in the ground water. We now have\n"
" conclusive evidence that the SRCFs are a threat to the public\n"
" safety. We are taking these data to state representatives and\n"
" petitioning for a full Congressional inquiry. They should be\n"
" able to force open your secret vaults, and the world will see\n"
" what you've been hiding.\n"
" \n"
" If you had any hand in this outbreak I hope you rot in hell.\n"
" \n"
" Director of the EPA,\n"
" Robert Shane\n"
" \n" ) );
print_text( "%s", SNIPPET.get( SNIPPET.assign( "scrf_2_2_mess" ) ) );
query_any( _( "Press any key to continue..." ) );
break;

case COMPACT_SRCF_3_MESS:
reset_terminal();
print_line( _( " Subj: CDC: Internal Memo, Standby [2918115]\n"
" To: all SRCF staff\n"
" From: Ellen Grimes, Director of the CDC\n"
" \n"
" Your site along with many others has been found to be\n"
" contaminated with what we will now refer to as [redacted].\n"
" It is vital that you standby for further orders. We are\n"
" currently awaiting the President to decide our course of\n"
" action in this national crisis. You will proceed with fail-\n"
" safe procedures and rig the sarcophagus with C-4 as outlined\n"
" in Publication 4423. We will send you orders to either detonate\n"
" and seal the sarcophagus or remove the charges. It is of the\n"
" utmost importance that the facility be sealed immediately when\n"
" the orders are given. We have been alerted by Homeland Security\n"
" that there are potential terrorist suspects that are being\n"
" detained in connection with the recent national crisis.\n"
" \n"
" Director of the CDC,\n"
" Ellen Grimes\n"
" \n" ) );
print_text( "%s", SNIPPET.get( SNIPPET.assign( "scrf_3_mess" ) ) );
query_any( _( "Press any key to continue..." ) );
break;

case COMPACT_SRCF_SEAL_ORDER:
reset_terminal();
print_line( _( " Subj: USARMY: SEAL SRCF [987167]\n"
" To: all SRCF staff\n"
" From: Major General Cornelius, U.S. Army\n"
" \n"
" As a general warning to all civilian staff: the 10th Mountain\n"
" Division has been assigned to oversee the sealing of the SRCF\n"
" facilities. By direct order, all non-essential staff must vacate\n"
" at the earliest possible opportunity to prevent potential\n"
" contamination. Low yield tactical nuclear demolition charges\n"
" will be deployed in the lower tunnels to ensure that recovery\n"
" of hazardous material is impossible. The Army Corps of Engineers\n"
" will then dump concrete over the rubble so that we can redeploy \n"
" the 10th Mountain into the greater Boston area.\n"
" \n"
" Cornelius,\n"
" Major General, U.S. Army\n"
" Commander of the 10th Mountain Division\n"
" \n" ) );
print_text( "%s", SNIPPET.get( SNIPPET.assign( "scrf_seal_order" ) ) );
query_any( _( "Press any key to continue..." ) );
break;

Expand Down

0 comments on commit b766ba4

Please sign in to comment.