This commit is contained in:
kevinz000
2018-03-30 02:34:24 -07:00
committed by CitadelStationBot
parent d509014cd3
commit 65097bb4e4

View File

@@ -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)