mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-06 06:52:39 +00:00
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:
@@ -10,7 +10,7 @@
|
||||
|
||||
/obj/item/projectile/bullet/pellet/Range()
|
||||
..()
|
||||
damage += -0.75
|
||||
damage -= 0.75
|
||||
if(damage < 0)
|
||||
qdel(src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user