1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-07-02 01:50:06 -05:00

Encounter: add proper revive obituary icon

Encounter: add separate obituary icon for Ballistic Knife revive
This commit is contained in:
Jbleezy
2023-12-22 23:35:32 -08:00
parent e8068063b5
commit 7aac50ef02
5 changed files with 19 additions and 1 deletions

View File

@ -28,6 +28,7 @@ on_spawn(watcher, player)
if (is_upgraded && isDefined(prey) && isplayer(prey) && prey.team == player.team && prey maps\mp\zombies\_zm_laststand::player_is_in_laststand())
{
prey.revived_by_weapon = watcher.weapon;
prey notify( "remote_revive", player );
return;
}