Skip to content

Commit 6d0df89

Browse files
authored
jetpacks no longer make you move at the movespeed cap (#1024)
1 parent 075cad5 commit 6d0df89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/game/objects/items/tanks/jetpack.dm

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
var/gas_type = GAS_OXYGEN
1212
var/on = FALSE
1313
var/stabilizers = FALSE
14-
var/full_speed = TRUE // If the jetpack will have a speedboost in space/nograv or not
14+
var/full_speed = FALSE // If the jetpack will have a speedboost in space/nograv or not
1515
var/datum/callback/get_mover
1616
var/datum/callback/check_on_move
1717

0 commit comments

Comments
 (0)