Removed unneeded conditional
This commit is contained in:
parent
d9e287e08b
commit
c1e27ca201
1 changed files with 0 additions and 2 deletions
|
@ -68,8 +68,6 @@
|
|||
*=============================================================================================*/
|
||||
int Modify_Damage(int damage, WarheadType warhead, ArmorType armor, int distance)
|
||||
{
|
||||
if (!damage) return(damage);
|
||||
|
||||
/*
|
||||
** If there is no raw damage value to start with, then
|
||||
** there can be no modified damage either.
|
||||
|
|
Reference in a new issue