Removed unneeded conditional

This commit is contained in:
Runar Ovesen Hjerpbakk 2020-06-02 19:50:56 +02:00
parent d9e287e08b
commit c1e27ca201
No known key found for this signature in database
GPG key ID: D0EF4E5CC7F16087

View file

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