This commit is contained in:
kevinz000
2020-05-08 22:59:51 -07:00
parent e684c6e574
commit 6d6239a8b4
9 changed files with 15 additions and 10 deletions
+2 -1
View File
@@ -448,7 +448,8 @@
else
return ..()
/obj/item/projectile/proc/set_pixel_speed(new_speed)
/obj/item/projectile/proc/set_pixel_increment_amount(new_speed)
pixel_increment_amount = new_speed
if(trajectory)
trajectory.set_speed(new_speed)
return TRUE