1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-07-08 12:58:13 -05:00

Who's Who adjustments

Who's Who: spawn facing towards the clone when entering Who's Who mode
Who's Who: no longer revive twice as fast in Who's Who mode
This commit is contained in:
Jbleezy
2023-04-21 20:55:51 -07:00
parent 4f001e9e59
commit d6bea06c4e
3 changed files with 21 additions and 18 deletions

View File

@ -29,11 +29,6 @@ revive_do_revive( playerbeingrevived, revivergun )
revivetime *= 0.5;
}
if ( isdefined( self.e_chugabud_corpse ) )
{
revivetime *= 0.5;
}
timer = 0;
revived = 0;
playerbeingrevived.revivetrigger.beingrevived = 1;