Merge pull request #12821 from Citadel-Station-13/silicons-patch-36

Increases projectile speed across the board by around 40-45%
This commit is contained in:
Lin
2020-07-23 13:41:17 -05:00
committed by GitHub

View File

@@ -49,7 +49,7 @@
var/pixel_move_interrupted = FALSE
/// Pixels moved per second.
var/pixels_per_second = TILES_TO_PIXELS(12.5)
var/pixels_per_second = TILES_TO_PIXELS(17.5)
/// The number of pixels we increment by. THIS IS NOT SPEED, DO NOT TOUCH THIS UNLESS YOU KNOW WHAT YOU ARE DOING. In general, lower values means more linetrace accuracy up to a point at cost of performance.
var/pixel_increment_amount