- Added code submissions for non-piercing railguns and new skill options.

SVN r1706 (trunk)
This commit is contained in:
Christoph Oelckers 2009-07-04 18:17:44 +00:00
commit 635d71e660
25 changed files with 155 additions and 50 deletions

View file

@ -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)