tweak modsuits' modules (#29599)

This commit is contained in:
kyunkyunkyun
2025-07-16 01:54:09 +05:00
committed by GitHub
parent 4ac4ce6eef
commit c05693c74b
2 changed files with 17 additions and 6 deletions
+1 -1
View File
@@ -128,7 +128,7 @@
overlay_state_inactive = "module_jetpack"
overlay_state_active = "module_jetpack_on"
/// Do we stop the wearer from gliding in space.
var/stabilize = FALSE
var/stabilize = TRUE
var/thrust_callback
/obj/item/mod/module/jetpack/Initialize(mapload)