This commit is contained in:
Runar Ovesen Hjerpbakk 2020-09-24 13:05:17 -07:00 committed by GitHub
commit 30d1e1cb6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.