From 65097bb4e4380307625b93412bec881301966dfc Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Fri, 30 Mar 2018 02:34:24 -0700 Subject: [PATCH] runtime --- code/modules/clothing/spacesuits/flightsuit.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/spacesuits/flightsuit.dm b/code/modules/clothing/spacesuits/flightsuit.dm index 3008264d24..60a958735a 100644 --- a/code/modules/clothing/spacesuits/flightsuit.dm +++ b/code/modules/clothing/spacesuits/flightsuit.dm @@ -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("[wearer]'s flight suit abruptly shuts off and they lose control!") if(wearer) + wearer.visible_message("[wearer]'s flight suit abruptly shuts off and they lose control!") if(move) while(momentum_x != 0 || momentum_y != 0) sleep(2)