Skip to content

Commit

Permalink
jetpacks no longer make you move at the movespeed cap (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapu1178 committed Jul 22, 2024
1 parent 075cad5 commit 6d0df89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/tanks/jetpack.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
var/gas_type = GAS_OXYGEN
var/on = FALSE
var/stabilizers = FALSE
var/full_speed = TRUE // If the jetpack will have a speedboost in space/nograv or not
var/full_speed = FALSE // If the jetpack will have a speedboost in space/nograv or not
var/datum/callback/get_mover
var/datum/callback/check_on_move

Expand Down

0 comments on commit 6d0df89

Please sign in to comment.