We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 075cad5 commit 6d0df89Copy full SHA for 6d0df89
code/game/objects/items/tanks/jetpack.dm
@@ -11,7 +11,7 @@
11
var/gas_type = GAS_OXYGEN
12
var/on = FALSE
13
var/stabilizers = FALSE
14
- 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
15
var/datum/callback/get_mover
16
var/datum/callback/check_on_move
17
0 commit comments