Evreything works but timers

This commit is contained in:
kevinz000
2018-10-14 10:47:27 -07:00
parent e216aafe18
commit 50838a76f2
41 changed files with 180 additions and 138 deletions

View File

@@ -13,11 +13,3 @@ PROCESSING_SUBSYSTEM_DEF(projectiles)
var/obj/item/projectile/P = i
if(istype(P)) //there's non projectiles on this too.
P.set_pixel_speed(new_speed)
/datum/controller/subsystem/processing/projectiles/vv_edit_var(var_name, var_value)
switch(var_name)
if(NAMEOF(src, global_pixel_speed))
set_pixel_speed(var_value)
return TRUE
else
return ..()