mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
Fixes Phaseshift Gravity
This commit is contained in:
@@ -448,6 +448,8 @@ var/list/mob/living/forced_ambiance_list = new
|
||||
return // Being buckled to something solid keeps you in place.
|
||||
if(istype(H.shoes, /obj/item/clothing/shoes/magboots) && (H.shoes.item_flags & NOSLIP))
|
||||
return
|
||||
if(H.ability_flags & 0x1) // VOREstation edit - Phaseshifted beings should not be affected by gravity
|
||||
return
|
||||
|
||||
if(H.m_intent == "run")
|
||||
H.AdjustStunned(6)
|
||||
|
||||
Reference in New Issue
Block a user