- Added code submissions for non-piercing railguns and new skill options.
SVN r1706 (trunk)
This commit is contained in:
parent
3786ced96e
commit
635d71e660
25 changed files with 155 additions and 50 deletions
|
|
@ -993,8 +993,8 @@ FUNC(LS_DamageThing)
|
|||
else
|
||||
{
|
||||
it->health -= arg0;
|
||||
if (it->GetDefault()->health < it->health)
|
||||
it->health = it->GetDefault()->health;
|
||||
if (it->SpawnHealth() < it->health)
|
||||
it->health = it->SpawnHealth();
|
||||
}
|
||||
}
|
||||
else if (arg0 > 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue