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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user