From ba8d24ea20aedb2f4508a9f2e1a47fcbee5c5e51 Mon Sep 17 00:00:00 2001 From: Jbleezy Date: Sun, 23 Jan 2022 09:13:44 -0800 Subject: [PATCH] Grief: shorten intro text --- scripts/zm/zgrief/zgrief_reimagined.gsc | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/scripts/zm/zgrief/zgrief_reimagined.gsc b/scripts/zm/zgrief/zgrief_reimagined.gsc index 1a900938..e5b0371d 100644 --- a/scripts/zm/zgrief/zgrief_reimagined.gsc +++ b/scripts/zm/zgrief/zgrief_reimagined.gsc @@ -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!"); }