From a077ee6899e15abe4912cce0f087bc36a1bee3a1 Mon Sep 17 00:00:00 2001 From: Jbleezy Date: Fri, 7 Apr 2023 22:40:49 -0700 Subject: [PATCH] Enable invulnerability on end_game --- scripts/zm/replaced/_zm.gsc | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/zm/replaced/_zm.gsc b/scripts/zm/replaced/_zm.gsc index 1cb22be4..be0f7ae2 100644 --- a/scripts/zm/replaced/_zm.gsc +++ b/scripts/zm/replaced/_zm.gsc @@ -1396,6 +1396,7 @@ end_game() } for ( i = 0; i < players.size; i++ ) { + players[ i ] enableInvulnerability(); if ( players[ i ] maps\mp\zombies\_zm_laststand::player_is_in_laststand() ) { players[ i ] recordplayerdeathzombies();