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 14:03:20 -05:00
committed by CitadelStationBot
parent 282dcb3c16
commit 1a3fc9f1c6
3 changed files with 3 additions and 3 deletions
@@ -193,7 +193,7 @@
var/list/L = list(45)
if(IsOdd(dir2angle(dir))) // We're going at an angle and we want thick angled tunnels.
L += -45
L -= 45
// Expand the edges of our tunnel
for(var/edge_angle in L)