mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-15 09:03:53 +01:00
jetpacks in zero G should hold you up (#18473)
This commit is contained in:
@@ -105,6 +105,11 @@
|
||||
if (r_hand && istype(r_hand, /obj/item/cane))
|
||||
stance_damage -= 2
|
||||
|
||||
// Jetpacks in zeroG count for holding you up
|
||||
var/obj/item/tank/jetpack/thrust = get_jetpack()
|
||||
if (lastarea?.get_gravity() == FALSE && thrust?.stabilization_on)
|
||||
stance_damage -= 4
|
||||
|
||||
// standing is poor
|
||||
if(stance_damage >= 4 || (stance_damage >= 2 && prob(5)))
|
||||
if(!(lying || resting) && !isbelly(loc))
|
||||
|
||||
Reference in New Issue
Block a user