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)