1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 15:17:57 -05:00

Grief: shorten intro text

This commit is contained in:
Jbleezy
2022-01-23 09:13:44 -08:00
parent c119d66ef2
commit ba8d24ea20

View File

@ -1101,17 +1101,11 @@ grief_intro_text()
flag_wait( "initial_blackscreen_passed" );
self iPrintLn("Welcome to Grief!");
wait 2.5;
wait 5;
self iPrintLn("Win rounds by getting all enemy players down.");
wait 2.5;
self iPrintLn("Damage enemy players to stun them.");
wait 2.5;
self iPrintLn("Melee enemy players to push them.");
wait 2.5;
self iPrintLn("There are unlimited zombies at high health.");
wait 2.5;
wait 5;
self iPrintLn("First team to win 3 rounds wins the game.");
wait 2.5;
wait 5;
self iPrintLn("Good luck!");
}