diff --git a/src/intro.cpp b/src/intro.cpp index 21f01cd..7de994d 100644 --- a/src/intro.cpp +++ b/src/intro.cpp @@ -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("They’re not laughing now."); + Print::type("It’s been 47 days since the dead started walking. The city’s overrun. The power’s gone. The roads are broken"); + Print::type("and the rules are worse."); + Print::type("But Pete? Pete’s still here. Armed to the teeth. Ready to take back what’s his, one shell at a time."); + Print::type("Welcome to Shotgun Pete. Lock and load."); }