mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-11 23:57:59 -05:00
Grief: shorten intro text
This commit is contained in:
@ -1101,17 +1101,11 @@ grief_intro_text()
|
|||||||
flag_wait( "initial_blackscreen_passed" );
|
flag_wait( "initial_blackscreen_passed" );
|
||||||
|
|
||||||
self iPrintLn("Welcome to Grief!");
|
self iPrintLn("Welcome to Grief!");
|
||||||
wait 2.5;
|
wait 5;
|
||||||
self iPrintLn("Win rounds by getting all enemy players down.");
|
self iPrintLn("Win rounds by getting all enemy players down.");
|
||||||
wait 2.5;
|
wait 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;
|
|
||||||
self iPrintLn("First team to win 3 rounds wins the game.");
|
self iPrintLn("First team to win 3 rounds wins the game.");
|
||||||
wait 2.5;
|
wait 5;
|
||||||
self iPrintLn("Good luck!");
|
self iPrintLn("Good luck!");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user