Skip to content

Commit

Permalink
a bit slower?
Browse files Browse the repository at this point in the history
  • Loading branch information
ihatethisengine committed Sep 9, 2023
1 parent a9f5eda commit 5188b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/shuttle/on_move.dm
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ All ShuttleMove procs go here
var/turf/target = get_edge_target_turf(src, move_dir)
var/range = throw_force * 10
range = CEILING(rand(range-(range*0.1), range+(range*0.1)), 10)/10
INVOKE_ASYNC(src, TYPE_PROC_REF(/atom/movable, safe_throw_at), target, range, SPEED_FAST)
INVOKE_ASYNC(src, TYPE_PROC_REF(/atom/movable, safe_throw_at), target, range, SPEED_AVERAGE)

//=====================================================================//

Expand Down

0 comments on commit 5188b80

Please sign in to comment.