Skip to content

Commit

Permalink
safer default
Browse files Browse the repository at this point in the history
  • Loading branch information
fira committed Dec 5, 2023
1 parent fa734a2 commit 0e4b35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/atoms_movable.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
var/throw_range = 7
var/cur_speed = MIN_SPEED // Current speed of an atom (account for speed when launched/thrown as well)
var/mob/pulledby = null
var/debug_pulledby_warned = FALSE
var/debug_pulledby_warned = TRUE
var/rebounds = FALSE
var/rebounding = FALSE // whether an object that was launched was rebounded (to prevent infinite recursive loops from wall bouncing)

Expand Down

0 comments on commit 0e4b35b

Please sign in to comment.