diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index fd13ec6c..87a02f72 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -369,7 +369,7 @@ if(digitalcamo) msg += "[t_He] [t_is] moving [t_his] body in an unnatural and blatantly inhuman manner.\n" - if(client?.prefs.noncon_weight_gain) + if(client?.prefs?.noncon_weight_gain) msg += "Non-con fattening is allowed\n" if (length(msg))