Merge pull request #3126 from Citadel-Station-13/upstream-merge-31279

[MIRROR] why plus a minus value and not just minus the value...
This commit is contained in:
LetterJay
2017-10-04 18:43:04 -04:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
@@ -10,7 +10,7 @@
/obj/item/projectile/bullet/pellet/Range()
..()
damage += -0.75
damage -= 0.75
if(damage < 0)
qdel(src)