Added all of the intro

This commit is contained in:
Justin 2025-05-11 14:59:08 -05:00
parent d0fad7966a
commit 53d83a16fb
1 changed files with 10 additions and 1 deletions

View File

@ -2,5 +2,14 @@
void Intro::mainIntro(){
Print::blank_line();
Print::type("The world didn't end with a bang. It ended with a groan.. and the scratching of death fingers against steel shutters.");
Print::type("The world didn't end with a bang. It ended with a groan.. and the scratching of death fingers against ");
Print::type("steel shutters.");
Print::type("Pete used to sell shotguns, slugs, and survival tips to deer hunters and doomsday preppers out of his");
Print::type("rundown gun store on the edge of town. Folks called him Shotgun Pete. They laughed at his bunker in the");
Print::type("basement and his endless stockpile of beans and buckshot.");
Print::type("Theyre not laughing now.");
Print::type("Its been 47 days since the dead started walking. The citys overrun. The powers gone. The roads are broken");
Print::type("and the rules are worse.");
Print::type("But Pete? Petes still here. Armed to the teeth. Ready to take back whats his, one shell at a time.");
Print::type("Welcome to Shotgun Pete. Lock and load.");
}