1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-06-28 23:21:51 +00:00
This commit is contained in:
ineedbots
2021-07-25 23:15:42 -06:00
parent 4e9192d16e
commit b7653094d3
2 changed files with 78 additions and 0 deletions

View File

@ -398,6 +398,14 @@ inLastStand()
return ( isDefined( self.lastStand ) && self.lastStand );
}
/*
Is being revived
*/
isBeingRevived()
{
return ( isDefined( self.beingRevived ) && self.beingRevived );
}
/*
If the player is in final stand
*/