Merge pull request #6187 from Citadel-Station-13/upstream-merge-36827

[MIRROR] Fixes flightsuit active gib runtime
This commit is contained in:
LetterJay
2018-03-31 18:41:55 -05:00
committed by GitHub
@@ -468,8 +468,8 @@
/obj/item/device/flightpack/proc/losecontrol(knockdown = FALSE, move = TRUE)
usermessage("Warning: Control system not responding. Deactivating!", "boldwarning")
wearer.visible_message("<span class='warning'>[wearer]'s flight suit abruptly shuts off and they lose control!</span>")
if(wearer)
wearer.visible_message("<span class='warning'>[wearer]'s flight suit abruptly shuts off and they lose control!</span>")
if(move)
while(momentum_x != 0 || momentum_y != 0)
sleep(2)