update dump!

This commit is contained in:
quotefox
2019-10-14 16:48:21 +01:00
parent b856f4bf8e
commit bd718654c3
11 changed files with 73 additions and 9 deletions

View File

@@ -36,7 +36,7 @@
var/datum/point/vector/trajectory
var/trajectory_ignore_forcemove = FALSE //instructs forceMove to NOT reset our trajectory to the new location!
var/speed = 0.8 //Amount of deciseconds it takes for projectile to travel
var/speed = 0.5 //Amount of deciseconds it takes for projectile to travel
var/Angle = 0
var/original_angle = 0 //Angle at firing
var/nondirectional_sprite = FALSE //Set TRUE to prevent projectiles from having their sprites rotated based on firing angle