mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 06:32:00 +00:00
*** empty log message ***
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1794 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
61cc51f6fe
commit
9823ee07e4
1 changed files with 2 additions and 0 deletions
|
@ -485,6 +485,8 @@ void() PutClientInServer =
|
|||
|
||||
if (self.class == 0 || self.team == 0)
|
||||
{
|
||||
self.deadflag = DEAD_NO;
|
||||
self.health = 200;
|
||||
setsize (self, VEC_HULL_MIN, VEC_HULL_MAX);
|
||||
self.view_ofs = '0 0 22';
|
||||
self.takedamage = DAMAGE_NO;
|
||||
|
|
Loading…
Reference in a new issue