Merge pull request #9946 from Citadel-Station-13/kevinz000-patch-117

Removes hyperspeed from light pink stabilized for -4.5 stam/tick + free sprint
This commit is contained in:
Putnam3145
2019-12-01 23:12:35 -08:00
committed by GitHub
3 changed files with 8 additions and 4 deletions
@@ -5,7 +5,8 @@
var/oldpseudoheight = pseudo_z_axis
. = ..()
if(. && sprinting && !(movement_type & FLYING) && canmove && !resting && m_intent == MOVE_INTENT_RUN && has_gravity(loc) && !pulledby)
doSprintLossTiles(1)
if(!HAS_TRAIT(src, TRAIT_FREESPRINT))
doSprintLossTiles(1)
if((oldpseudoheight - pseudo_z_axis) >= 8)
to_chat(src, "<span class='warning'>You trip off of the elevated surface!</span>")
for(var/obj/item/I in held_items)