Skip to content

Commit

Permalink
Update projectiles.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazianni committed Jun 30, 2023
1 parent f47f2e4 commit fa5e6c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/controllers/subsystem/processing/projectiles.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ PROCESSING_SUBSYSTEM_DEF(projectiles)
stat_tag = "PP"
priority = FIRE_PRIORITY_PROJECTILES
subsystem_flags = SS_NO_INIT
var/global_max_tick_moves = 15
var/global_max_tick_moves = 10
var/global_pixel_speed = 2
var/global_iterations_per_move = 10
var/global_iterations_per_move = 16

/datum/controller/subsystem/processing/projectiles/proc/set_pixel_speed(new_speed)
global_pixel_speed = new_speed
Expand Down

0 comments on commit fa5e6c3

Please sign in to comment.