1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-22 13:10:28 -05:00

Grief: modify intro text

This commit is contained in:
Jbleezy
2021-12-18 03:42:30 -08:00
parent 72ad863627
commit 861b5e180b

View File

@ -649,15 +649,17 @@ grief_intro_text()
flag_wait( "initial_blackscreen_passed" ); flag_wait( "initial_blackscreen_passed" );
self iPrintLn("Welcome to Grief!"); self iPrintLn("Welcome to Grief!");
wait 3; wait 2.5;
self iPrintLn("Your goal is to get all enemy players down."); self iPrintLn("Win rounds by getting all enemy players down.");
wait 3; wait 2.5;
self iPrintLn("Damaging enemy players stuns them."); self iPrintLn("Damage enemy players to stun them.");
wait 3; wait 2.5;
self iPrintLn("Meleeing enemy players pushes them."); self iPrintLn("Melee enemy players to push them.");
wait 3; wait 2.5;
self iPrintLn("There are unlimited zombies at high health.");
wait 2.5;
self iPrintLn("First team to win 3 rounds wins the game."); self iPrintLn("First team to win 3 rounds wins the game.");
wait 3; wait 2.5;
self iPrintLn("Good luck!"); self iPrintLn("Good luck!");
} }