diff --git a/hyperstation/code/obj/pregnancytester.dm b/hyperstation/code/obj/pregnancytester.dm index 51e4786c4..f8c12ab55 100644 --- a/hyperstation/code/obj/pregnancytester.dm +++ b/hyperstation/code/obj/pregnancytester.dm @@ -36,4 +36,5 @@ icon_state = result_text name = "[results] preganancy test" status = TRUE - to_chat(user, "You use the pregnancy test, the display reads [results]!") \ No newline at end of file + if(user) + to_chat(user, "You use the pregnancy test, the display reads [results]!") \ No newline at end of file