why plus a minus value and not just minus the value... (#31279)

* Update bullets.dm

* Update visuals_icons.dm

* Update asteroid.dm
This commit is contained in:
kevinz000
2017-10-04 12:02:44 -07:00
committed by CitadelStationBot
parent 282dcb3c16
commit 1a3fc9f1c6
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)