mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-09 12:08:12 +03:00
Implemented Projectile::SetMartyr
This commit is contained in:
parent
ce7dfdd986
commit
0b0d053044
1 changed files with 6 additions and 0 deletions
|
@ -147,6 +147,12 @@ public:
|
|||
bool CheckTeams( void );
|
||||
};
|
||||
|
||||
inline void Projectile::SetMartyr(int entnum)
|
||||
{
|
||||
owner = entnum;
|
||||
m_bHurtOwnerOnly = true;
|
||||
}
|
||||
|
||||
inline void Projectile::Archive
|
||||
(
|
||||
Archiver &arc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue